summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg>2009-04-09 00:48:06 +0000
committerjoerg <joerg>2009-04-09 00:48:06 +0000
commit06af9fe951cc8e184d524ecd9611350a895dfefe (patch)
treebab33acb040ad1708a35131b11af0af8cf0dc5e8 /security
parent078f0ec1e4861bc0462142cede888985b684554d (diff)
downloadpkgsrc-06af9fe951cc8e184d524ecd9611350a895dfefe.tar.gz
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'security')
-rw-r--r--security/gpg2dot/Makefile4
-rw-r--r--security/pam-mkhomedir/Makefile4
-rw-r--r--security/pam-pwauth_suid/Makefile3
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\"