From 2a95686979e4368264072daf699d735a95d8fe4f Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 1 Apr 2016 13:18:17 +0000 Subject: Fixup some whitespace at the beginning of lines problems. With hat: portmgr Sponsored by: Absolight --- security/pam_ldap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/pam_ldap') 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 -- cgit