diff options
Diffstat (limited to 'comms/chu/Makefile')
-rw-r--r-- | comms/chu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/chu/Makefile b/comms/chu/Makefile index 71594c9c19fc..d4985a33c037 100644 --- a/comms/chu/Makefile +++ b/comms/chu/Makefile @@ -1,5 +1,6 @@ PORTNAME= chu PORTVERSION= 0.1.29 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SUNSITE/system/admin/time @@ -26,7 +27,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/chu ${STAGEDIR}${PREFIX}/sbin @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/testsignal ${STAGEDIR}${DATADIR} - ${INSTALL_MAN} ${WRKSRC}/chu.8 ${STAGEDIR}${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/chu.8 ${STAGEDIR}${PREFIX}/share/man/man8 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} |