summaryrefslogtreecommitdiff
path: root/games/kdegames
diff options
context:
space:
mode:
authortron <tron>1998-05-04 00:20:01 +0000
committertron <tron>1998-05-04 00:20:01 +0000
commitf4b9fccc45ed49bb603f4f1796a4bf2be87def53 (patch)
treebde27068ebcf0a94a7ad2150b73717f57ef9933a /games/kdegames
parentc8e95e7abf509d85c247136e87623e5597f34865 (diff)
downloadpkgsrc-f4b9fccc45ed49bb603f4f1796a4bf2be87def53.tar.gz
If the enviroment variable "KDEDIR" is set KDE's "configure" ignores the
"--prefix" argument. So let the package use that variable itself.
Diffstat (limited to 'games/kdegames')
-rw-r--r--games/kdegames/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/kdegames/Makefile b/games/kdegames/Makefile
index f9994ecc1c2..e552bdcb95a 100644
--- a/games/kdegames/Makefile
+++ b/games/kdegames/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1998/04/30 17:37:58 tron Exp $
+# $NetBSD: Makefile,v 1.14 1998/05/04 00:20:02 tron Exp $
# FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:49 asami Exp
#
@@ -30,11 +30,11 @@ USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \
"--x-lib=${PREFIX}/lib -L${LOCALBASE}/lib" \
- "--prefix=${PREFIX}" \
"--datadir=${PREFIX}/share/kde" \
"--with-qt-dir=${PREFIX}" \
"--with-qt-includes=${PREFIX}/include/qt"
-CONFIGURE_ENV= INSTALL_DATA="${INSTALL_DATA}" \
+CONFIGURE_ENV= KDEDIR=${PREFIX} \
+ INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
INSTALL="/usr/bin/install"