diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/vdrift/Makefile | 1 | ||||
-rw-r--r-- | games/vdrift/files/patch-SConscript | 13 |
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') |