diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-09 00:48:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-09 00:48:06 +0000 |
commit | 368d71b62eb6e099ecbde93b8f229d559bb4648a (patch) | |
tree | bab33acb040ad1708a35131b11af0af8cf0dc5e8 /security/gpg2dot | |
parent | ce1772b268c4d640e5330fdbf3bca8d0bfffb6d3 (diff) | |
download | pkgsrc-368d71b62eb6e099ecbde93b8f229d559bb4648a.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'security/gpg2dot')
-rw-r--r-- | security/gpg2dot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/gpg2dot/Makefile b/security/gpg2dot/Makefile index a61eb81e21b..b043bf5eb7a 100644 --- a/security/gpg2dot/Makefile +++ b/security/gpg2dot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/06/20 01:09:33 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2009/04/09 00:48:15 joerg Exp $ # DISTNAME= gpg2dot-1.4 @@ -15,8 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty USE_TOOLS+= perl:run -EXTRACT_ONLY= # empty -NO_CHECKSUM= yes NO_CONFIGURE= yes DISTVER= ${DISTNAME:S/gpg2dot-//} |