svn commit: r356034 - head/security/pam_ldap

Martin Wilke miwi at FreeBSD.org
Sun Jun 1 04:51:12 UTC 2014


Author: miwi
Date: Sun Jun  1 04:51:11 2014
New Revision: 356034
URL: http://svnweb.freebsd.org/changeset/ports/356034
QAT: https://qat.redports.org/buildarchive/r356034/

Log:
  - Stage support

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

Modified: head/security/pam_ldap/Makefile
==============================================================================
--- head/security/pam_ldap/Makefile	Sun Jun  1 04:07:27 2014	(r356033)
+++ head/security/pam_ldap/Makefile	Sun Jun  1 04:51:11 2014	(r356034)
@@ -26,21 +26,15 @@ CONFIGURE_ARGS=	--with-ldap-lib=openldap
 PKGMESSAGE=	${WRKDIR}/pkg-message
 PORTDATA=	*.schema
 
-MAN5=		pam_ldap.5
-
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/bin/perl|${LOCALBASE}/bin/perl|' \
 	    	${WRKSRC}/vers_string
 
-pre-install:
-	${MKDIR} ${DATADIR}
-
 post-install:
-	${INSTALL_DATA} ${WRKSRC}/*.schema ${DATADIR}
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/*.schema ${STAGEDIR}${DATADIR}
 	@${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \
 	    	-e 's|%%DATADIR%%|${DATADIR}|' < ${PKGDIR}/pkg-message \
 		| /usr/bin/fmt 75 79 > ${PKGMESSAGE}
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>

Modified: head/security/pam_ldap/pkg-plist
==============================================================================
--- head/security/pam_ldap/pkg-plist	Sun Jun  1 04:07:27 2014	(r356033)
+++ head/security/pam_ldap/pkg-plist	Sun Jun  1 04:51:11 2014	(r356034)
@@ -1,2 +1,3 @@
+man/man5/pam_ldap.5.gz
 etc/ldap.conf.dist
 lib/pam_ldap.so


More information about the svn-ports-head mailing list