diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-09 10:32:12 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-09 10:32:17 +0000 |
| commit | 03c7f3c4124caf0cd8735753986ee630eadd37a1 (patch) | |
| tree | 189a80efa2e38aa19030ea7b4b8cb695b45c1793 /print/nenscript/Makefile | |
| parent | 7f150628b82a9393c17e596a0b838a425c3842ea (diff) | |
Diffstat (limited to 'print/nenscript/Makefile')
| -rw-r--r-- | print/nenscript/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/nenscript/Makefile b/print/nenscript/Makefile index db66c011d878..93a8dac98ceb 100644 --- a/print/nenscript/Makefile +++ b/print/nenscript/Makefile @@ -1,5 +1,6 @@ PORTNAME= nenscript PORTVERSION= 1.13.3 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.ai.mit.edu/projects/im/magnus/nenscript/ @@ -16,7 +17,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nenscript ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/nenscript.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/nenscript.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} |
