diff options
author | Steve Price <steve@FreeBSD.org> | 2001-12-03 02:22:40 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-12-03 02:22:40 +0000 |
commit | 833ea7ed4ca951fb2d651fe157ae1e4dc09e0c35 (patch) | |
tree | e65aadcac8e88ae684887ee26a67f93437d7d812 /security/pam_ldap/Makefile | |
parent | 9b1d1c258212d96d94eed42b205335ad57013d9b (diff) | |
download | ports-833ea7ed4ca951fb2d651fe157ae1e4dc09e0c35.tar.gz ports-833ea7ed4ca951fb2d651fe157ae1e4dc09e0c35.zip |
Notes
Diffstat (limited to 'security/pam_ldap/Makefile')
-rw-r--r-- | security/pam_ldap/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index 4e2633c89a72..f0956e3cfe54 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pam_ldap -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.4 CATEGORIES= security net MASTER_SITES= http://www.padl.com/download/ \ ftp://ftp.padl.com/pub/ @@ -31,6 +31,9 @@ USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g} +post-extract: + @find ${WRKSRC} -type f | xargs touch -f + post-install: @${ECHO} "================================================================================" @${ECHO} "Copy/move/symlink ${PREFIX}/etc/ldap.conf.dist to" |