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 /devel/libgtop | |
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 'devel/libgtop')
-rw-r--r-- | devel/libgtop/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index fd2b5badbd8..1c6bbfa007c 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/04/04 21:05:59 tron Exp $ +# $NetBSD: Makefile,v 1.17 1999/05/20 20:09:50 tron Exp $ # DISTNAME= libgtop-1.0.1 @@ -26,8 +26,6 @@ IGNORE= "got broken by removal of Mach VM" CONFIGURE_ARGS+= --with-glib-prefix=${LOCALBASE} \ --with-libgtop-guile --with-catgets CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - INSTALL_DATA="${INSTALL_DATA}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ LOCALBASE=${LOCALBASE} \ X11BASE=${X11BASE} |