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