aboutsummaryrefslogtreecommitdiff
path: root/net/nss_ldap/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 13:12:56 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 13:13:03 +0000
commit64631af5a788e3083ad88fb728a95a3499015a6d (patch)
treef7251c19247da84b1439915277c99d2b60b9182e /net/nss_ldap/Makefile
parentc11203465b63c7f1ed48a4eed6b1f3f265a6d512 (diff)
downloadports-64631af5a788e3083ad88fb728a95a3499015a6d.tar.gz
ports-64631af5a788e3083ad88fb728a95a3499015a6d.zip
MAN?PREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'net/nss_ldap/Makefile')
-rw-r--r--net/nss_ldap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nss_ldap/Makefile b/net/nss_ldap/Makefile
index 58da552b15b6..47becc01adde 100644
--- a/net/nss_ldap/Makefile
+++ b/net/nss_ldap/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nss_ldap
PORTVERSION= 1.${NSS_LDAP_VERSION}
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= net
MASTER_SITES= http://www.padl.com/download/ \
LOCAL/martymac
@@ -69,6 +69,6 @@ post-configure:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nss_ldap.so ${STAGEDIR}/${PREFIX}/lib/nss_ldap.so.1
${INSTALL_DATA} ${WRKSRC}/ldap.conf ${STAGEDIR}/${PREFIX}/etc/nss_ldap.conf.sample
- ${INSTALL_MAN} ${WRKSRC}/nss_ldap.5 ${STAGEDIR}/${MAN5PREFIX}/man/man5
+ ${INSTALL_MAN} ${WRKSRC}/nss_ldap.5 ${STAGEDIR}/${PREFIX}/share/man/man5
.include <bsd.port.mk>