From beca532558b9502a187a84363589bcab52c2cd13 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 1 Jun 2014 04:51:11 +0000 Subject: - Stage support --- security/pam_ldap/Makefile | 10 ++-------- security/pam_ldap/pkg-plist | 1 + 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index f4fc94b1f399..b7b0380c13c1 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -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 diff --git a/security/pam_ldap/pkg-plist b/security/pam_ldap/pkg-plist index 752e2989303b..9dcea37b9403 100644 --- a/security/pam_ldap/pkg-plist +++ b/security/pam_ldap/pkg-plist @@ -1,2 +1,3 @@ +man/man5/pam_ldap.5.gz etc/ldap.conf.dist lib/pam_ldap.so -- cgit