Skip to content

Commit

Permalink
editors/teco: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 23, 2024
1 parent 4dfbdb4 commit 5844fd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions editors/teco/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= teco
PORTVERSION= 0398
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= http://almy.us/files/
DISTNAME= tecoclinux${PORTVERSION}
Expand All @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion editors/teco/pkg-plist
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5844fd9

Please sign in to comment.