aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 20:43:44 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 20:48:11 +0000
commit03f99553aea5fe2054dda87277a9899c3c3a652b (patch)
tree428eeba31ad3f91763292bb01472d1cc6ac0e2b1
parent91b0bec26568f19f2bc7d7e9ba6ecb550a5283a8 (diff)
downloadports-03f99553aea5fe2054dda87277a9899c3c3a652b.tar.gz
ports-03f99553aea5fe2054dda87277a9899c3c3a652b.zip
net/udpxy: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--net/udpxy/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/udpxy/Makefile b/net/udpxy/Makefile
index b5f02442da7e..bbf1bfc8d089 100644
--- a/net/udpxy/Makefile
+++ b/net/udpxy/Makefile
@@ -1,5 +1,6 @@
PORTNAME= udpxy
DISTVERSION= 1.0-25.1
+PORTREVISION= 1
CATEGORIES= net
MAINTAINER= alex.deiter@gmail.com
@@ -20,8 +21,8 @@ WRKSRC_SUBDIR= chipmunk
PLIST_FILES= sbin/udpxy \
sbin/udpxrec \
- man/man1/udpxy.1.gz \
- man/man1/udpxrec.1.gz
+ share/man/man1/udpxy.1.gz \
+ share/man/man1/udpxrec.1.gz
OPTIONS_DEFAULT= RELEASE
OPTIONS_SINGLE= CONF
@@ -34,8 +35,8 @@ do-install:
${LN} -s udpxy ${STAGEDIR}${PREFIX}/sbin/udpxrec
post-install:
- ${INSTALL_MAN} ${WRKSRC}/doc/en/udpxy.1 ${STAGEDIR}${MANPREFIX}/man/man1/
- ${INSTALL_MAN} ${WRKSRC}/doc/en/udpxrec.1 ${STAGEDIR}${MANPREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/doc/en/udpxy.1 ${STAGEDIR}${PREFIX}/share/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/doc/en/udpxrec.1 ${STAGEDIR}${PREFIX}/share/man/man1/
.include <bsd.port.options.mk>