Skip to content
Snippets Groups Projects
Commit 410d9ae3 authored by Nuno Teixeira's avatar Nuno Teixeira
Browse files

devel/fmake: Move man pages to share/man

Approved by:	portmgr (blanket)
parent cc962d85
No related branches found
No related tags found
No related merge requests found
PORTNAME= fmake
PORTVERSION= r250982
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= LOCAL/crees/${PORTNAME}/ \
http://www.bayofrum.net/dist/${PORTNAME}/
......@@ -9,13 +10,13 @@ COMMENT= Legacy FreeBSD pmake
LICENSE= BSD3CLAUSE # UCB third clause nullified
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
MAKE_ARGS+= PROG=fmake MAN=
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/make.1 \
${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1
${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
.include <bsd.port.mk>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment