aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 20:26:56 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 20:48:09 +0000
commit3cb94f3d19845fe0e6b94d95f22b69e9a7c2e5a9 (patch)
tree90527b0c753a0c1a6f835d04bf6fe25283cf7d22
parent66a3a65874f131771e2c941b43c002e0ee788162 (diff)
downloadports-3cb94f3d19845fe0e6b94d95f22b69e9a7c2e5a9.tar.gz
ports-3cb94f3d19845fe0e6b94d95f22b69e9a7c2e5a9.zip
net/shelldap: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--net/shelldap/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/shelldap/Makefile b/net/shelldap/Makefile
index ec7960a00378..6ccf7c452890 100644
--- a/net/shelldap/Makefile
+++ b/net/shelldap/Makefile
@@ -1,5 +1,6 @@
PORTNAME= shelldap
PORTVERSION= 1.5.1
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= net perl5
@@ -23,7 +24,7 @@ USE_PERL5= extract build run
USE_GITHUB= yes
GH_ACCOUNT= mahlonsmith
-PLIST_FILES= bin/shelldap man/man1/shelldap.1.gz
+PLIST_FILES= bin/shelldap share/man/man1/shelldap.1.gz
NO_BUILD= yes
NO_ARCH= yes
@@ -32,7 +33,7 @@ post-extract:
${LOCALBASE}/bin/pod2man ${WRKSRC}/shelldap ${WRKSRC}/shelldap.1
do-install:
- ${INSTALL_MAN} ${WRKSRC}/shelldap.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/shelldap.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_SCRIPT} ${WRKSRC}/shelldap ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>