diff options
author | marcus <marcus@FreeBSD.org> | 2005-06-27 01:39:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-06-27 01:39:19 +0800 |
commit | fd9cbf944f8ebe2737332757dc00c50518b9554e (patch) | |
tree | d769f4cd3e4e463b65d697d13682509b674c71a4 /security/pam_ldap/Makefile | |
parent | 29d4cb9bc0ada6d0abe3fe32e7cb9a444cfd4b38 (diff) | |
download | freebsd-ports-gnome-fd9cbf944f8ebe2737332757dc00c50518b9554e.tar.gz freebsd-ports-gnome-fd9cbf944f8ebe2737332757dc00c50518b9554e.tar.zst freebsd-ports-gnome-fd9cbf944f8ebe2737332757dc00c50518b9554e.zip |
Update to 1.7.8, now with a shiny new man page.
Diffstat (limited to 'security/pam_ldap/Makefile')
-rw-r--r-- | security/pam_ldap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index a620f2d2ad96..727af655912a 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pam_ldap -PORTVERSION= 1.7.6 +PORTVERSION= 1.7.8 CATEGORIES= security net MASTER_SITES= http://www.padl.com/download/ \ ftp://ftp.padl.com/pub/ @@ -27,6 +27,8 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-unknown-freebsd${OSREL} PKGMESSAGE= ${WRKDIR}/pkg-message +MAN5= pam_ldap.5 + post-extract: @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f |