diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-12 15:00:53 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-12 15:00:53 +0000 |
commit | 96f222fe15b8655640ec931e6ad6201916442626 (patch) | |
tree | fb97bc6be04b80b15a987f3a045fa36a5e5210ae /graphics/gozer/Makefile | |
parent | 741c2113956a793db62fdee4a7cc65bba1da3579 (diff) | |
download | ports-96f222fe15b8655640ec931e6ad6201916442626.tar.gz ports-96f222fe15b8655640ec931e6ad6201916442626.zip |
Notes
Diffstat (limited to 'graphics/gozer/Makefile')
-rw-r--r-- | graphics/gozer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gozer/Makefile b/graphics/gozer/Makefile index f1e11dfdea4b..10fa8cafb410 100644 --- a/graphics/gozer/Makefile +++ b/graphics/gozer/Makefile @@ -5,8 +5,8 @@ # $FreeBSD$ # -PORTNAME= gom -PORTVERSION= 0.1 +PORTNAME= gozer +PORTVERSION= 0.2 CATEGORIES= graphics MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ @@ -17,6 +17,6 @@ LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib GNU_CONFIGURE= yes USE_X_PREFIX= yes -MAN1= gom.1 +MAN1= gozer.1 .include <bsd.port.mk> |