Install the man page in the correct location, and tell bsd.port.mk about it.

This commit is contained in:
Dag-Erling Smørgrav 2004-03-24 10:34:43 +00:00
parent 2f690bbe49
commit f65cea073b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105114

View File

@ -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>