diff options
Diffstat (limited to 'editors/dhex/Makefile')
-rw-r--r-- | editors/dhex/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/dhex/Makefile b/editors/dhex/Makefile index 396e14db4ee6..95d5fb02b4bc 100644 --- a/editors/dhex/Makefile +++ b/editors/dhex/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dhex -PORTVERSION= 0.68 +PORTVERSION= 0.69 CATEGORIES= editors MASTER_SITES= http://www.dettus.net/dhex/ \ LOCAL/ehaupt @@ -14,9 +14,13 @@ COMMENT= Ncurses-based hex-editor with diff mode LICENSE= GPLv2 USES= ncurses + MANPAGE1= dhex.1 MANPAGE5= dhexrc.5 dhex_markers.5 dhex_searchlog.5 +PLIST_FILES= bin/dhex man/man1/dhex.1.gz man/man5/dhex_markers.5.gz \ + man/man5/dhex_searchlog.5.gz man/man5/dhexrc.5.gz + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MANPAGE1} ${STAGEDIR}${MANPREFIX}/man/man1 |