aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 19:58:24 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 20:24:08 +0000
commitc2d5caeba9d0d0367a2cae616ef974fe6115b908 (patch)
tree57c8d946b30bac3c42f900e3f04df0b644f40d0f
parenta50b70c5e6244352efe8a48712714b7310d37815 (diff)
downloadports-c2d5caeba9d0d0367a2cae616ef974fe6115b908.tar.gz
ports-c2d5caeba9d0d0367a2cae616ef974fe6115b908.zip
net/iaxmodem: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--net/iaxmodem/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/iaxmodem/Makefile b/net/iaxmodem/Makefile
index a2a9aad25264..0a5f2e1e7818 100644
--- a/net/iaxmodem/Makefile
+++ b/net/iaxmodem/Makefile
@@ -1,6 +1,6 @@
PORTNAME= iaxmodem
PORTVERSION= 1.2.0
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= net comms
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -19,7 +19,7 @@ SUB_FILES= pkg-message
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-PLIST_FILES= sbin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+PLIST_FILES= sbin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
PORTDOCS= CHANGES FAQ README
PORTEXAMPLES= config.ttyIAX iaxmodem-cfg.ttyIAX
@@ -40,7 +40,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/iaxmodem ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/iaxmodem.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/iaxmodem.1 ${STAGEDIR}${PREFIX}/share/man/man1
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/,} ${STAGEDIR}${EXAMPLESDIR}
@${MKDIR} ${STAGEDIR}${DOCSDIR}