diff options
author | asau <asau> | 2012-10-23 18:16:19 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-23 18:16:19 +0000 |
commit | 02fd687ccd4b6e6c62304e11bab2551c0a4e3b20 (patch) | |
tree | 2e3abeb7d7fb2a2cac43be623cf8c31f83e59ec8 /security/p5-Crypt-DES | |
parent | 99a6fca149c45543be1f13c6dca05a1f6b130285 (diff) | |
download | pkgsrc-02fd687ccd4b6e6c62304e11bab2551c0a4e3b20.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'security/p5-Crypt-DES')
-rw-r--r-- | security/p5-Crypt-DES/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index bd914e4bccf..7f12a526fbe 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/03 21:57:27 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2012/10/23 18:16:40 asau Exp $ # DISTNAME= Crypt-DES-2.05 @@ -12,7 +12,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Crypt-DES/ COMMENT= XS-based DES implementation for Perl -PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews BUILD_DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC |