summaryrefslogtreecommitdiff
path: root/emulators/doscmd/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-03-24 10:34:43 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-03-24 10:34:43 +0000
commitf65cea073b46de84db52826d3275edc8817a3790 (patch)
treefeb54588d911165d8e688924af86557ebb5a8a29 /emulators/doscmd/Makefile
parentUpgrade to 6.2.1. (diff)
Install the man page in the correct location, and tell bsd.port.mk about it.
Diffstat (limited to '')
-rw-r--r--emulators/doscmd/Makefile4
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>