Skip to content

Commit

Permalink
devel/ucpp: Impelled to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 23, 2024
1 parent 2c1e9f4 commit 56fd7cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devel/ucpp/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ucpp
PORTVERSION= 1.3.2
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel

Expand All @@ -14,11 +15,11 @@ GH_ACCOUNT= lpsantil
GH_TAGNAME= 31b719e
USE_GITHUB= yes

PLIST_FILES= bin/ucpp man/man1/ucpp.1.gz
PLIST_FILES= bin/ucpp share/man/man1/ucpp.1.gz
USES= gmake

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/

.include <bsd.port.mk>

0 comments on commit 56fd7cf

Please sign in to comment.