diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-01-21 11:00:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-01-21 11:00:23 +0000 |
commit | 332c7e4542a0cfdc3c56dc620ebbe3567c3fae74 (patch) | |
tree | d62447b0f8e65e50b491e2694e102039e36a3930 /editors/dhex | |
parent | 78d1217082f3f6e63b74a57b40c82575e6af6f38 (diff) |
Notes
Diffstat (limited to 'editors/dhex')
-rw-r--r-- | editors/dhex/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/dhex/Makefile b/editors/dhex/Makefile index dc7edf69d849..d4bc546b1216 100644 --- a/editors/dhex/Makefile +++ b/editors/dhex/Makefile @@ -13,13 +13,13 @@ COMMENT= Ncurses-based hex-editor with diff mode LICENSE= GPLv2 -MAN1= dhex.1 -MAN5= dhexrc.5 dhex_markers.5 dhex_searchlog.5 +MANPAGE1= dhex.1 +MANPAGE5= dhexrc.5 dhex_markers.5 dhex_searchlog.5 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${STAGEDIR}${MANPREFIX}/man/man1 -.for f in ${MAN5} + ${INSTALL_MAN} ${WRKSRC}/${MANPAGE1} ${STAGEDIR}${MANPREFIX}/man/man1 +.for f in ${MANPAGE5} ${INSTALL_MAN} ${WRKSRC}/${f} ${STAGEDIR}${MANPREFIX}/man/man5 .endfor |