svn commit: r342161 - head/security/pam_per_user

Martin Wilke miwi at FreeBSD.org
Sat Feb 1 14:54:07 UTC 2014


Author: miwi
Date: Sat Feb  1 14:54:06 2014
New Revision: 342161
URL: http://svnweb.freebsd.org/changeset/ports/342161
QAT: https://qat.redports.org/buildarchive/r342161/

Log:
  - Stage support

Modified:
  head/security/pam_per_user/Makefile
  head/security/pam_per_user/pkg-plist

Modified: head/security/pam_per_user/Makefile
==============================================================================
--- head/security/pam_per_user/Makefile	Sat Feb  1 14:53:52 2014	(r342160)
+++ head/security/pam_per_user/Makefile	Sat Feb  1 14:54:06 2014	(r342161)
@@ -12,7 +12,4 @@ COMMENT=	PAM module for per-user authent
 
 USE_AUTOTOOLS=	libtool
 
-MAN5=		pam_per_user.5
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/security/pam_per_user/pkg-plist
==============================================================================
--- head/security/pam_per_user/pkg-plist	Sat Feb  1 14:53:52 2014	(r342160)
+++ head/security/pam_per_user/pkg-plist	Sat Feb  1 14:54:06 2014	(r342161)
@@ -1,3 +1,4 @@
 sbin/per_user_authtest
 lib/security/pam_per_user.so.1
+man/man5/pam_per_user.5.gz
 @dirrmtry lib/security


More information about the svn-ports-all mailing list