diff --git a/devel/ucpp/Makefile b/devel/ucpp/Makefile index d300acca1b136..91ea80fef4d5c 100644 --- a/devel/ucpp/Makefile +++ b/devel/ucpp/Makefile @@ -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