Date: Sun, 1 Jun 2014 04:51:11 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356034 - head/security/pam_ldap Message-ID: <201406010451.s514pBH0035925@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406010451.s514pBH0035925>