aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 20:31:34 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 20:43:20 +0000
commit328fbbf73e014aff894b07f0739917739c16d156 (patch)
treeac7f8d58a48364e3db095c3100d2bf7d1f5f7948
parent89b4e4bc4942c600c78338f688ce922e62693b9e (diff)
downloadports-328fbbf73e014aff894b07f0739917739c16d156.tar.gz
ports-328fbbf73e014aff894b07f0739917739c16d156.zip
misc/tkinfo: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--misc/tkinfo/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile
index e316fbed8dee..08a924e6c211 100644
--- a/misc/tkinfo/Makefile
+++ b/misc/tkinfo/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tkinfo
PORTVERSION= 2.11
+PORTREVISION= 1
CATEGORIES= misc tk
MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/
@@ -14,7 +15,7 @@ NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= bin/tkinfo \
- man/man1/tkinfo.1.gz
+ share/man/man1/tkinfo.1.gz
post-patch:
@${REINPLACE_CMD} -e \
@@ -23,6 +24,6 @@ post-patch:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/tkinfo.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_DATA} ${WRKSRC}/tkinfo.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>