From c5fa38d9e1287b82f33d4b585576b9ab27583dff Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 14 Sep 2002 23:00:37 +0000 Subject: [PATCH] Add missing manpage --- devel/cvsgraph/Makefile | 1 + games/defendguin/Makefile | 2 ++ 2 files changed, 3 insertions(+) diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index bb4236fa1dd7..e1e8b903fbe8 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -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 diff --git a/games/defendguin/Makefile b/games/defendguin/Makefile index b254084ba205..a2617e69486e 100644 --- a/games/defendguin/Makefile +++ b/games/defendguin/Makefile @@ -21,4 +21,6 @@ MAKE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ MKDIR="${MKDIR}" \ TAR="${TAR}" +MAN6= defendguin.6 + .include