aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 16:46:05 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 16:54:22 +0000
commit5844fd98c845cde0af2eda481329bb088928df4d (patch)
tree63518bba863e1fbd32b3e75fb143c60d91104037
parent4dfbdb4c55ddcd431fbe94989f4c4a44e88d4024 (diff)
downloadports-5844fd98c845cde0af2eda481329bb088928df4d.tar.gz
ports-5844fd98c845cde0af2eda481329bb088928df4d.zip
editors/teco: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--editors/teco/Makefile4
-rw-r--r--editors/teco/pkg-plist2
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/teco/Makefile b/editors/teco/Makefile
index f444b7cf0978..238591883b85 100644
--- a/editors/teco/Makefile
+++ b/editors/teco/Makefile
@@ -1,6 +1,6 @@
PORTNAME= teco
PORTVERSION= 0398
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= http://almy.us/files/
DISTNAME= tecoclinux${PORTVERSION}
@@ -27,7 +27,7 @@ DOCSFILES= src/readme.1st src/readme.lnx src/changes.txt src/aaout.txt \
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/tecoc ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKDIR}/teco.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKDIR}/teco.1 ${STAGEDIR}${PREFIX}/share/man/man1
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/lib/* ${STAGEDIR}${DATADIR}
diff --git a/editors/teco/pkg-plist b/editors/teco/pkg-plist
index 7deaa706d765..018405819bcb 100644
--- a/editors/teco/pkg-plist
+++ b/editors/teco/pkg-plist
@@ -1,5 +1,5 @@
bin/tecoc
-man/man1/teco.1.gz
+share/man/man1/teco.1.gz
%%DATADIR%%/upcase.tec
%%DATADIR%%/change.tes
%%DATADIR%%/date.tes