diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-12-27 23:14:23 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-12-27 23:14:23 +0800 |
commit | 42e36ce4e8d707b3808d4f6ecfd57913bf9129ee (patch) | |
tree | 0d7fe4a1fb714200d130b691a0ee61735dea481f /editors | |
parent | 1a63ef0bac77a64a37ad87252e6c4725dddf5514 (diff) | |
download | freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.tar.gz freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.tar.zst freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.zip |
Pacify portlint
Feature safe: yes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/dhex/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/dhex/Makefile b/editors/dhex/Makefile index f73e468482ad..cd065807e2ad 100644 --- a/editors/dhex/Makefile +++ b/editors/dhex/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A ncurses-based hex-editor with diff mode LICENSE= GPLv2 + MAN1= dhex.1 MAN5= dhexrc.5 dhex_markers.5 dhex_searchlog.5 PLIST_FILES= bin/dhex |