1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

devel/ucpp: Impelled to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-23 22:06:00 +01:00
parent 2c1e9f4292
commit 56fd7cff60

View File

@ -1,5 +1,6 @@
PORTNAME= ucpp
PORTVERSION= 1.3.2
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel
@ -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>