diff options
Diffstat (limited to '')
-rw-r--r-- | emulators/doscmd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/doscmd/Makefile b/emulators/doscmd/Makefile index f06c3235550a..68ad4b43d960 100644 --- a/emulators/doscmd/Makefile +++ b/emulators/doscmd/Makefile @@ -7,6 +7,7 @@ PORTNAME= doscmd PORTVERSION= 20040324 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= des @@ -22,5 +23,8 @@ PLIST_SUB+= X11="@comment " USE_XLIB= yes PLIST_SUB+= X11="" .endif +MAKE_ARGS+= MANDIR="${PREFIX}/man/man" +MAN1= doscmd.1 +MANCOMPRESSED= yes .include <bsd.port.mk> |