summaryrefslogtreecommitdiff
path: root/net/kdenetwork
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-05-04 00:20:01 +0000
committertron <tron@pkgsrc.org>1998-05-04 00:20:01 +0000
commit12b1b27abeda0412baadbd4dda33ecd1adae36b7 (patch)
treebde27068ebcf0a94a7ad2150b73717f57ef9933a /net/kdenetwork
parentc4ff7f1c24be56027d6b8ab4e8e20ac20b6f773b (diff)
downloadpkgsrc-12b1b27abeda0412baadbd4dda33ecd1adae36b7.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 'net/kdenetwork')
-rw-r--r--net/kdenetwork/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile
index 17331baf3a1..7bfd3e940d3 100644
--- a/net/kdenetwork/Makefile
+++ b/net/kdenetwork/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1998/04/28 22:55:14 tron Exp $
+# $NetBSD: Makefile,v 1.12 1998/05/04 00:20:02 tron Exp $
# FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp
#
@@ -31,11 +31,11 @@ USE_X11= 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}"