aboutsummaryrefslogtreecommitdiff
path: root/editors/dhex
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-01-21 11:00:23 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-01-21 11:00:23 +0000
commit332c7e4542a0cfdc3c56dc620ebbe3567c3fae74 (patch)
treed62447b0f8e65e50b491e2694e102039e36a3930 /editors/dhex
parent78d1217082f3f6e63b74a57b40c82575e6af6f38 (diff)
downloadports-332c7e4542a0cfdc3c56dc620ebbe3567c3fae74.tar.gz
ports-332c7e4542a0cfdc3c56dc620ebbe3567c3fae74.zip
Notes
Diffstat (limited to 'editors/dhex')
-rw-r--r--editors/dhex/Makefile8
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