diff options
author | joerg <joerg> | 2009-04-09 00:48:06 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-04-09 00:48:06 +0000 |
commit | d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c (patch) | |
tree | bab33acb040ad1708a35131b11af0af8cf0dc5e8 /security | |
parent | ae183075485f567d69b9bca8cc0b231af55fe01e (diff) | |
download | pkgsrc-d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'security')
-rw-r--r-- | security/gpg2dot/Makefile | 4 | ||||
-rw-r--r-- | security/pam-mkhomedir/Makefile | 4 | ||||
-rw-r--r-- | security/pam-pwauth_suid/Makefile | 3 |
3 files changed, 3 insertions, 8 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-//} diff --git a/security/pam-mkhomedir/Makefile b/security/pam-mkhomedir/Makefile index a15d55ad1e4..13c3ca187db 100644 --- a/security/pam-mkhomedir/Makefile +++ b/security/pam-mkhomedir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/02/16 16:42:38 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/04/09 00:48:15 joerg Exp $ DISTNAME= pam-mkhomedir-1 CATEGORIES= security @@ -15,8 +15,6 @@ LDLIBS= -lpam USE_LIBTOOL= yes -NO_FETCH= yes -NO_CHECKSUM= yes WRKSRC= ${WRKDIR} do-extract: diff --git a/security/pam-pwauth_suid/Makefile b/security/pam-pwauth_suid/Makefile index 390c9f949da..1347422dac4 100644 --- a/security/pam-pwauth_suid/Makefile +++ b/security/pam-pwauth_suid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/07/17 18:00:58 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2009/04/09 00:48:15 joerg Exp $ DISTNAME= pam-pwauth_suid-1.2 CATEGORIES= security @@ -7,7 +7,6 @@ DISTFILES= # empty MAINTAINER= drochner@NetBSD.org COMMENT= PAM authentication module for unprivileged users -NO_CHECKSUM= yes WRKSRC= ${WRKDIR} PAMDEF+= -DPATH_HELPER=\"${PREFIX}/libexec/pwauth_suid_helper\" |