Skip to content

Commit

Permalink
devel/fmake: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 5, 2024
1 parent cc962d8 commit 410d9ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devel/fmake/Makefile
@@ -1,5 +1,6 @@
PORTNAME= fmake
PORTVERSION= r250982
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= LOCAL/crees/${PORTNAME}/ \
http://www.bayofrum.net/dist/${PORTNAME}/
Expand All @@ -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 comments on commit 410d9ae

Please sign in to comment.