diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-14 23:00:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-14 23:00:37 +0000 |
commit | c5fa38d9e1287b82f33d4b585576b9ab27583dff (patch) | |
tree | 4daa261ed740ba333a3f5ced72d1afa5d7fa2e30 | |
parent | Fix plist and add missing manpages (diff) |
Add missing manpage
Notes
Notes:
svn path=/head/; revision=66327
-rw-r--r-- | devel/cvsgraph/Makefile | 1 | ||||
-rw-r--r-- | games/defendguin/Makefile | 2 |
2 files changed, 3 insertions, 0 deletions
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 <bsd.port.mk> |