mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
editors/teco: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
4dfbdb4c55
commit
5844fd98c8
2 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue