diff options
author | marcus <marcus@FreeBSD.org> | 2011-01-03 01:24:49 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2011-01-03 01:24:49 +0800 |
commit | 4d59d4c89c80beed50b3ec34c31ad4c06c6b6fed (patch) | |
tree | 81737dbf9846724475935570b05d91bd4aad5f9c /security/pam_ldap/Makefile | |
parent | d10ce310c7d7d84306f3bf0591a6a3bc4d348bce (diff) | |
download | freebsd-ports-gnome-4d59d4c89c80beed50b3ec34c31ad4c06c6b6fed.tar.gz freebsd-ports-gnome-4d59d4c89c80beed50b3ec34c31ad4c06c6b6fed.tar.zst freebsd-ports-gnome-4d59d4c89c80beed50b3ec34c31ad4c06c6b6fed.zip |
Remove this post-extract target to avoid autotools regeneration.
Diffstat (limited to 'security/pam_ldap/Makefile')
-rw-r--r-- | security/pam_ldap/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index 8c176108d84f..ade466ba1851 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -30,9 +30,6 @@ PKGMESSAGE= ${WRKDIR}/pkg-message MAN5= pam_ldap.5 -post-extract: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f - post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/perl|${LOCALBASE}/bin/perl|' \ ${WRKSRC}/vers_string |