diff options
author | ijliao <ijliao@FreeBSD.org> | 2007-04-16 09:37:41 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2007-04-16 09:37:41 +0800 |
commit | 12b0c191add2f6796d439d75ad88b594849df082 (patch) | |
tree | ed7b989d1cb617aa367a1a4db8f6bf12622b3795 /games/burrtools/Makefile | |
parent | 1ab96990b1f0865cbb5c05858dd7f9865c664102 (diff) | |
download | freebsd-ports-gnome-12b0c191add2f6796d439d75ad88b594849df082.tar.gz freebsd-ports-gnome-12b0c191add2f6796d439d75ad88b594849df082.tar.zst freebsd-ports-gnome-12b0c191add2f6796d439d75ad88b594849df082.zip |
upgrade to 0.2.2
Diffstat (limited to 'games/burrtools/Makefile')
-rw-r--r-- | games/burrtools/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games/burrtools/Makefile b/games/burrtools/Makefile index 755d6a4b3386..500ce7b6edfb 100644 --- a/games/burrtools/Makefile +++ b/games/burrtools/Makefile @@ -7,7 +7,7 @@ # PORTNAME= burrtools -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= games MASTER_SITES= SF @@ -21,4 +21,8 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ USE_GNOME= gnometarget GNU_CONFIGURE= yes +PLIST_FILES= bin/burrGui bin/burrTxt + +PORTDOCS= * + .include <bsd.port.mk> |