diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2011-01-02 17:24:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2011-01-02 17:24:49 +0000 |
commit | e5a384624bd226908be5730bd761a73ee9495e31 (patch) | |
tree | a24032525955a08385c1955f026abc63bab47e40 | |
parent | - Update to 1.0.0 (diff) |
Remove this post-extract target to avoid autotools regeneration.
Notes
Notes:
svn path=/head/; revision=267286
-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 |