diff options
Diffstat (limited to 'games/childsplay_plugins')
-rw-r--r-- | games/childsplay_plugins/Makefile | 3 | ||||
-rw-r--r-- | games/childsplay_plugins/files/patch-Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/games/childsplay_plugins/Makefile b/games/childsplay_plugins/Makefile index 8f237bd66822..2a43736deb4c 100644 --- a/games/childsplay_plugins/Makefile +++ b/games/childsplay_plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= childsplay_plugins PORTVERSION= 0.80.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= childsplay @@ -20,7 +20,6 @@ BUILD_DEPENDS= childsplay:${PORTSDIR}/games/childsplay RUN_DEPENDS= childsplay:${PORTSDIR}/games/childsplay USE_PYTHON= yes -USE_X_PREFIX= yes post-patch: @${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g " ${WRKSRC}/install.sh diff --git a/games/childsplay_plugins/files/patch-Makefile b/games/childsplay_plugins/files/patch-Makefile index a15980f0207f..e02280ccbc25 100644 --- a/games/childsplay_plugins/files/patch-Makefile +++ b/games/childsplay_plugins/files/patch-Makefile @@ -2,7 +2,7 @@ +++ Makefile Sat May 7 23:04:02 2005 @@ -0,0 +1,9 @@ +PYTHON = /usr/bin/env python -+CPDIR=${X11BASE}/childsplay ++CPDIR=${LOCALBASE}/childsplay + +all: + echo "Compiling modules to bytecode..." |