Add missing manpage

This commit is contained in:
Kris Kennaway 2002-09-14 23:00:37 +00:00
parent 0c3ad69dde
commit c5fa38d9e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66327
2 changed files with 3 additions and 0 deletions

View file

@ -19,6 +19,7 @@ LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= cvsgraph.1
MAN5= cvsgraph.conf.5
USE_BISON= yes
ALL_TARGET= cvsgraph

View file

@ -21,4 +21,6 @@ MAKE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
MKDIR="${MKDIR}" \
TAR="${TAR}"
MAN6= defendguin.6
.include <bsd.port.mk>