diff options
author | tron <tron@pkgsrc.org> | 1999-05-20 20:09:49 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-20 20:09:49 +0000 |
commit | 02e48b67b3fe395d3dfb005df2bfffac8b576246 (patch) | |
tree | e979d11b483b9d58d67bb07ed6f24bc21f5ec34a /x11/wmextra | |
parent | 753518d70fec3267b9cc844f5624786ddb7f19e0 (diff) | |
download | pkgsrc-02e48b67b3fe395d3dfb005df2bfffac8b576246.tar.gz |
Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
Diffstat (limited to 'x11/wmextra')
-rw-r--r-- | x11/wmextra/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/wmextra/Makefile b/x11/wmextra/Makefile index 8626004c095..ca8054adbd6 100644 --- a/x11/wmextra/Makefile +++ b/x11/wmextra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/05/02 18:04:50 rh Exp $ +# $NetBSD: Makefile,v 1.3 1999/05/20 20:09:53 tron Exp $ DISTNAME= WindowMaker-extra-0.1 PKGNAME= wmextra-0.1 @@ -13,8 +13,5 @@ DEPENDS+= windowmaker-0.53.0:../../x11/windowmaker USE_X11BASE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_DATA="${INSTALL_DATA}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" .include "../../mk/bsd.pkg.mk" |