diff options
author | salo <salo@pkgsrc.org> | 2003-01-19 09:04:02 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-19 09:04:02 +0000 |
commit | 26ffa3bb10fcdc087805800ccde6ed0b0ff983eb (patch) | |
tree | 82eab9d17b5b21bc3862a48d5d27d1e69710210f /security/libdes/Makefile | |
parent | 09eb67b31f36daeb8b00c2f98cdda7b0571bb245 (diff) | |
download | pkgsrc-26ffa3bb10fcdc087805800ccde6ed0b0ff983eb.tar.gz |
s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV.
Diffstat (limited to 'security/libdes/Makefile')
-rw-r--r-- | security/libdes/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/libdes/Makefile b/security/libdes/Makefile index cdf91ec2cb9..b728e7e695b 100644 --- a/security/libdes/Makefile +++ b/security/libdes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:49:48 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/01/19 09:04:02 salo Exp $ DISTNAME= libdes-4.04b CATEGORIES= security @@ -11,7 +11,4 @@ CRYPTO= YES WRKSRC= ${WRKDIR}/des -MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_DATA="${INSTALL_DATA}" - .include "../../mk/bsd.pkg.mk" |