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/pam-pwauth_suid | |
parent | ce1772b268c4d640e5330fdbf3bca8d0bfffb6d3 (diff) | |
download | pkgsrc-368d71b62eb6e099ecbde93b8f229d559bb4648a.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'security/pam-pwauth_suid')
-rw-r--r-- | security/pam-pwauth_suid/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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\" |