summaryrefslogtreecommitdiff
path: root/graphics/gozer/Makefile
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-12 15:00:53 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-12 15:00:53 +0000
commit96f222fe15b8655640ec931e6ad6201916442626 (patch)
treefb97bc6be04b80b15a987f3a045fa36a5e5210ae /graphics/gozer/Makefile
parentremove gom. It is renamed to gozer. (diff)
o update to 0.2.
o renamed to gozer. PR: 25540 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=39657
Diffstat (limited to 'graphics/gozer/Makefile')
-rw-r--r--graphics/gozer/Makefile6
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>