diff options
author | tron <tron> | 1999-05-20 20:09:49 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-20 20:09:49 +0000 |
commit | f0218d7f18fcf1b814d581226920d4db8ec91d2c (patch) | |
tree | e979d11b483b9d58d67bb07ed6f24bc21f5ec34a /graphics/kdegraphics | |
parent | 86f008bf13baa153ed95972f29ee1e53b54eefc0 (diff) | |
download | pkgsrc-f0218d7f18fcf1b814d581226920d4db8ec91d2c.tar.gz |
Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
Diffstat (limited to 'graphics/kdegraphics')
-rw-r--r-- | graphics/kdegraphics/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/kdegraphics/Makefile b/graphics/kdegraphics/Makefile index 1413a1607b0..ebc878b3ec5 100644 --- a/graphics/kdegraphics/Makefile +++ b/graphics/kdegraphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/04/24 06:53:41 tron Exp $ +# $NetBSD: Makefile,v 1.18 1999/05/20 20:09:51 tron Exp $ # DISTNAME= kdegraphics-1.1 @@ -24,11 +24,6 @@ CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= KDEDIR=${PREFIX} \ CXXFLAGS="${CFLAGS}" \ - all_libraries="-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib" \ - INSTALL_DATA="${INSTALL_DATA}" \ - INSTALL_DATA="${INSTALL_DATA}" \ - INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - INSTALL="/usr/bin/install" + all_libraries="-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib" .include "../../mk/bsd.pkg.mk" |