diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 21:18:17 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 21:18:17 +0800 |
commit | 2a95686979e4368264072daf699d735a95d8fe4f (patch) | |
tree | f20c586b0416176f121176e4710700155b5cf9bf /security/pam_ldap | |
parent | 412b288e0cc46321af50c1dbaabd2f42af7409f7 (diff) | |
download | freebsd-ports-gnome-2a95686979e4368264072daf699d735a95d8fe4f.tar.gz freebsd-ports-gnome-2a95686979e4368264072daf699d735a95d8fe4f.tar.zst freebsd-ports-gnome-2a95686979e4368264072daf699d735a95d8fe4f.zip |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'security/pam_ldap')
-rw-r--r-- | security/pam_ldap/Makefile | 4 |
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> |