aboutsummaryrefslogtreecommitdiff
path: root/games/vdrift
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-10-11 23:51:19 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-10-11 23:51:19 +0000
commitc3c4130a629ee5839c9b83ec29ac566d3b200575 (patch)
tree69691378dcdcc14ccb62039cc693aba5c23aae89 /games/vdrift
parent20f291b238ab08ab51cc9054cba1d234e564e1f1 (diff)
downloadports-c3c4130a629ee5839c9b83ec29ac566d3b200575.tar.gz
ports-c3c4130a629ee5839c9b83ec29ac566d3b200575.zip
Notes
Diffstat (limited to 'games/vdrift')
-rw-r--r--games/vdrift/Makefile1
-rw-r--r--games/vdrift/files/patch-SConscript13
2 files changed, 14 insertions, 0 deletions
diff --git a/games/vdrift/Makefile b/games/vdrift/Makefile
index 5b0410bb0c39..c070a4b807f9 100644
--- a/games/vdrift/Makefile
+++ b/games/vdrift/Makefile
@@ -7,6 +7,7 @@
PORTNAME= vdrift
PORTVERSION= 20061006
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/games/vdrift/files/patch-SConscript b/games/vdrift/files/patch-SConscript
new file mode 100644
index 000000000000..0a0c02a24000
--- /dev/null
+++ b/games/vdrift/files/patch-SConscript
@@ -0,0 +1,13 @@
+--- SConstruct.orig Wed Oct 11 18:06:10 2006
++++ SConstruct Wed Oct 11 18:06:21 2006
+@@ -325,8 +325,8 @@
+ SConscript('po/SConscript')
+
+ #if env['destdir'] != '':
+-os.system('mkdir -p ' + env['data_directory'])
+-os.system('mkdir -p ' + env['destdir'] + env['prefix'] + '/' + env['bindir'])
++#os.system('mkdir -p ' + env['data_directory'])
++#os.system('mkdir -p ' + env['destdir'] + env['prefix'] + '/' + env['bindir'])
+
+ SConscript('docs/SConscript')
+ SConscript('include/SConscript')