diff options
author | tron <tron> | 1998-05-04 00:20:01 +0000 |
---|---|---|
committer | tron <tron> | 1998-05-04 00:20:01 +0000 |
commit | 1105f402c1960aaf655f094d02c7b695f7398f3b (patch) | |
tree | bde27068ebcf0a94a7ad2150b73717f57ef9933a /games/kdegames | |
parent | a35b069aef6a768500faf55c73ec69f4130e27d5 (diff) | |
download | pkgsrc-1105f402c1960aaf655f094d02c7b695f7398f3b.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/Makefile | 6 |
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" |