diff options
author | erwin <erwin@FreeBSD.org> | 2008-08-24 01:57:10 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-08-24 01:57:10 +0800 |
commit | 8a6c52a342e4380905ad236e1bbda904961e657b (patch) | |
tree | 21f37c695d6ba666f2d534e96cb7c1b824dad5b1 /games | |
parent | 0bfffcbd30b7fe732c0b6fae9d1e0735c1b7b1c4 (diff) | |
download | freebsd-ports-gnome-8a6c52a342e4380905ad236e1bbda904961e657b.tar.gz freebsd-ports-gnome-8a6c52a342e4380905ad236e1bbda904961e657b.tar.zst freebsd-ports-gnome-8a6c52a342e4380905ad236e1bbda904961e657b.zip |
Add missing man-page
Submitted by: pointyhat
Diffstat (limited to 'games')
-rw-r--r-- | games/robotfindskitten/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/robotfindskitten/Makefile b/games/robotfindskitten/Makefile index 0a1bfee7ac63..f2260eca4757 100644 --- a/games/robotfindskitten/Makefile +++ b/games/robotfindskitten/Makefile @@ -7,6 +7,7 @@ PORTNAME= robotfindskitten PORTVERSION= 1.7320508.406 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= http://robotfindskitten.org/download/POSIX/ @@ -21,6 +22,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INFO= ${PORTNAME} PLIST_FILES= bin/robotfindskitten +MAN6= robotfindskitten.6 post-extract: ${RM} ${WRKSRC}/doc/robotfindskitten.info |