diff options
author | jlam <jlam> | 2002-06-23 03:49:46 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-06-23 03:49:46 +0000 |
commit | 5fd3a6fe22c6df9d4abe6f1a44f52e9840bc8330 (patch) | |
tree | 605b3c9b868c5b8f67fa38177a3736fd77f4a65b /games | |
parent | cece9b4e41a0749f9732a7a48e03f86c683c107a (diff) | |
download | pkgsrc-5fd3a6fe22c6df9d4abe6f1a44f52e9840bc8330.tar.gz |
Package Makefiles should _never_ refer to its installation location as
"${LOCALBASE}".
Diffstat (limited to 'games')
-rw-r--r-- | games/crossfire-cli/Makefile | 3 | ||||
-rw-r--r-- | games/crossfire-srv/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/games/crossfire-cli/Makefile b/games/crossfire-cli/Makefile index c5a5a4252d6..d0b9529c130 100644 --- a/games/crossfire-cli/Makefile +++ b/games/crossfire-cli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/03/13 17:36:59 fredb Exp $ +# $NetBSD: Makefile,v 1.13 2002/06/23 03:49:46 jlam Exp $ # DISTNAME= crossfire-client-1.0.0 @@ -26,7 +26,6 @@ USE_X11= yes USE_GMAKE= yes GNU_CONFIGURE= yes SCRIPTS_ENV+= ${SCRIPTSDIR} -CONFIGURE_ARGS+= --prefix=${LOCALBASE} CONFIGURE_ARGS+= --with-includes=-I${LOCALBASE}/include CONFIGURE_ARGS+= --with-sound-dir=${LOCALBASE}/share/cfclient/sounds diff --git a/games/crossfire-srv/Makefile b/games/crossfire-srv/Makefile index 783a043a604..d9137b73e80 100644 --- a/games/crossfire-srv/Makefile +++ b/games/crossfire-srv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/03/13 17:36:59 fredb Exp $ +# $NetBSD: Makefile,v 1.11 2002/06/23 03:49:47 jlam Exp $ # DISTNAME= crossfire-1.0.0 @@ -26,7 +26,6 @@ USE_X11= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_PERL5= yes -CONFIGURE_ARGS+= --prefix=${LOCALBASE} CONFIGURE_ARGS+= --with-includes=-I${LOCALBASE}/include MAKE_ENV+= EXTRA_INCLUDES=-I${LOCALBASE}/include |