From f65cea073b46de84db52826d3275edc8817a3790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 24 Mar 2004 10:34:43 +0000 Subject: Install the man page in the correct location, and tell bsd.port.mk about it. --- emulators/doscmd/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emulators/doscmd/Makefile') 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 -- cgit v1.2.3