aboutsummaryrefslogtreecommitdiff
path: root/security/pam_ldap/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-12 04:56:20 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-12 04:56:20 +0000
commit07e3933d996c206abe6865455d02aa127e72df2c (patch)
tree3b8561e9ab9f88ee3bb23f983138ec916ff433ee /security/pam_ldap/Makefile
parentba6b2857d77608e538ed6224c3fce826aeaf4604 (diff)
downloadports-07e3933d996c206abe6865455d02aa127e72df2c.tar.gz
ports-07e3933d996c206abe6865455d02aa127e72df2c.zip
Update to 1.5.4.
Notes
Notes: svn path=/head/; revision=67843
Diffstat (limited to 'security/pam_ldap/Makefile')
-rw-r--r--security/pam_ldap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile
index f21191fd169e..006f4b6e7b45 100644
--- a/security/pam_ldap/Makefile
+++ b/security/pam_ldap/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pam_ldap
-PORTVERSION= 1.5.2
+PORTVERSION= 1.5.4
CATEGORIES= security net
MASTER_SITES= http://www.padl.com/download/ \
ftp://ftp.padl.com/pub/
@@ -34,7 +34,7 @@ CONFIGURE_ARGS= --with-ldap-lib=openldap \
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
post-extract:
- @find ${WRKSRC} -type f | xargs ${TOUCH} -f
+ @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
post-install:
@${ECHO} "================================================================================"