diff options
author | tron <tron@pkgsrc.org> | 1998-05-04 00:20:01 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-05-04 00:20:01 +0000 |
commit | 12b1b27abeda0412baadbd4dda33ecd1adae36b7 (patch) | |
tree | bde27068ebcf0a94a7ad2150b73717f57ef9933a /graphics/kdegraphics | |
parent | c4ff7f1c24be56027d6b8ab4e8e20ac20b6f773b (diff) | |
download | pkgsrc-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 'graphics/kdegraphics')
-rw-r--r-- | graphics/kdegraphics/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/kdegraphics/Makefile b/graphics/kdegraphics/Makefile index 7601e999669..261241f8afe 100644 --- a/graphics/kdegraphics/Makefile +++ b/graphics/kdegraphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/05/01 20:19:58 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/05/04 00:20:02 tron Exp $ # DISTNAME= kdegraphics-beta4-1 @@ -28,11 +28,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" |