aboutsummaryrefslogtreecommitdiffstats
path: root/security/pam_ldap
diff options
context:
space:
mode:
Diffstat (limited to 'security/pam_ldap')
-rw-r--r--security/pam_ldap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile
index 94d6b24e8fb0..e20d6aab9f93 100644
--- a/security/pam_ldap/Makefile
+++ b/security/pam_ldap/Makefile
@@ -28,13 +28,13 @@ PORTDATA= *.schema
post-patch:
@${REINPLACE_CMD} -e 's|/usr/bin/perl|${LOCALBASE}/bin/perl|' \
- ${WRKSRC}/vers_string
+ ${WRKSRC}/vers_string
post-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/*.schema ${STAGEDIR}${DATADIR}
@${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \
- -e 's|%%DATADIR%%|${DATADIR}|' < ${PKGDIR}/pkg-message \
+ -e 's|%%DATADIR%%|${DATADIR}|' < ${PKGDIR}/pkg-message \
| /usr/bin/fmt 75 79 > ${PKGMESSAGE}
.include <bsd.port.mk>