summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-05-20 20:09:49 +0000
committertron <tron@pkgsrc.org>1999-05-20 20:09:49 +0000
commit02e48b67b3fe395d3dfb005df2bfffac8b576246 (patch)
treee979d11b483b9d58d67bb07ed6f24bc21f5ec34a /graphics
parent753518d70fec3267b9cc844f5624786ddb7f19e0 (diff)
downloadpkgsrc-02e48b67b3fe395d3dfb005df2bfffac8b576246.tar.gz
Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile5
-rw-r--r--graphics/kdegraphics/Makefile9
2 files changed, 4 insertions, 10 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 15360de94dd..be88332d615 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 1999/04/25 18:47:49 tv Exp $
+# $NetBSD: Makefile,v 1.44 1999/05/20 20:09:50 tron Exp $
#
DISTNAME= ImageMagick-4.2.2
@@ -18,7 +18,6 @@ MIRROR_DISTFILE= no
USE_LIBTOOL= yes
USE_X11= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
# For things for which we do not specify an explicit dependency above, disable
# so that we don't cause implicit "hidden" dependencies. Users may reenable
@@ -31,6 +30,6 @@ CONFIGURE_ARGS= --without-perl \
post-install:
${INSTALL_DATA} ${WRKSRC}/Copyright.txt ${WRKSRC}/QuickStart.txt \
- ${PREFIX}/share/ImageMagick/
+ ${PREFIX}/share/ImageMagick
.include "../../mk/bsd.pkg.mk"
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"