aboutsummaryrefslogtreecommitdiff
path: root/misc/ipbt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 10:32:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 10:32:17 +0000
commit03c7f3c4124caf0cd8735753986ee630eadd37a1 (patch)
tree189a80efa2e38aa19030ea7b4b8cb695b45c1793 /misc/ipbt
parent7f150628b82a9393c17e596a0b838a425c3842ea (diff)
downloadports-03c7f3c4124caf0cd8735753986ee630eadd37a1.tar.gz
ports-03c7f3c4124caf0cd8735753986ee630eadd37a1.zip
MANPREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'misc/ipbt')
-rw-r--r--misc/ipbt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/ipbt/Makefile b/misc/ipbt/Makefile
index c51c5be3de77..7223b023d815 100644
--- a/misc/ipbt/Makefile
+++ b/misc/ipbt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ipbt
DISTVERSION= r8765
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ \
LOCAL/uqs
@@ -15,13 +16,13 @@ LICENSE_FILE= ${WRKSRC}/LICENCE
ALL_TARGET= ${PORTNAME}
MAKE_ARGS= LFLAGS="${LDFLAGS}" NCURSES_LIB="${NCURSESLIBS}"
-PLIST_FILES= bin/ipbt bin/ttygrep bin/ttydump man/man1/ipbt.1.gz
+PLIST_FILES= bin/ipbt bin/ttygrep bin/ttydump share/man/man1/ipbt.1.gz
SHEBANG_FILES= sbcsgen.pl Makefile ttygrep ttydump
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/ttydump ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/ttygrep ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/ipbt.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/ipbt.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>