aboutsummaryrefslogtreecommitdiff
path: root/security/pam_require/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/pam_require/Makefile')
-rw-r--r--security/pam_require/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/security/pam_require/Makefile b/security/pam_require/Makefile
index 405de9dc86d0..6aa844cdd04b 100644
--- a/security/pam_require/Makefile
+++ b/security/pam_require/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pam_require
-# Date created: 30 March 2006
-# Whom: Chris Cowart <ccowart@rescomp.berkeley.edu>
-#
+# Created by: Chris Cowart <ccowart@rescomp.berkeley.edu>
# $FreeBSD$
-#
PORTNAME= pam_require
PORTVERSION= 0.7
@@ -21,4 +17,5 @@ WRKSRC= ${WRKDIR}/${PORTNAME:S/_/-/}-${PORTVERSION}
PLIST_FILES= lib/pam_require.so lib/pam_require.so.1
+NO_STAGE= yes
.include <bsd.port.mk>