aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-03-01 22:48:24 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-03-01 22:54:24 +0000
commit11508983802e557c9015ddbf6169de167481ab0e (patch)
tree49fa879c6d6a0b596b730c25c8c3e3ca7bec49a0
parent26bc580a8a9f7163cde12d190754c03a4059a1ef (diff)
downloadports-11508983802e557c9015ddbf6169de167481ab0e.tar.gz
ports-11508983802e557c9015ddbf6169de167481ab0e.zip
textproc/redet: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--textproc/redet/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/redet/Makefile b/textproc/redet/Makefile
index cd97f4cd5d26..724dfd848768 100644
--- a/textproc/redet/Makefile
+++ b/textproc/redet/Makefile
@@ -1,5 +1,6 @@
PORTNAME= redet
PORTVERSION= 8.26
+PORTREVISION= 1
CATEGORIES= textproc tk
MASTER_SITES= http://www.billposer.org/Software/Downloads/
@@ -15,7 +16,7 @@ USES= tk:run tar:bzip2
PORTDOCS= AUTHORS COPYING CREDITS LICENSE NEWS README-General ChangeLog
PLIST_FILES= bin/redet \
- man/man1/redet.1.gz
+ share/man/man1/redet.1.gz
OPTIONS_DEFINE= DOCS
@@ -24,7 +25,7 @@ post-patch:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/redet.tcl ${STAGEDIR}${PREFIX}/bin/redet
- ${INSTALL_MAN} ${WRKSRC}/redet.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/redet.1 ${STAGEDIR}${PREFIX}/share/man/man1
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}