diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-19 13:48:13 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-19 13:48:13 +0800 |
commit | af2afeadf9b149e52ab63e2672d8a32140cca566 (patch) | |
tree | ccc629118ef131160c69cfdbe572536d80b633a0 /www | |
parent | ed0c62a4517c125d99d525cf9c4b4e3a358bb6da (diff) | |
download | freebsd-ports-graphics-af2afeadf9b149e52ab63e2672d8a32140cca566.tar.gz freebsd-ports-graphics-af2afeadf9b149e52ab63e2672d8a32140cca566.tar.zst freebsd-ports-graphics-af2afeadf9b149e52ab63e2672d8a32140cca566.zip |
Fix the version info so the port/package tools recognize this as
1.3.11a and not 1.3.11 Alpha. I've been futzing with mozilla-devel too
long.
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 894e3e41d9e..91dfddf90c7 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -6,12 +6,12 @@ # PORTNAME= galeon2 -PORTVERSION= 1.3.11.a +PORTVERSION= 1.3.11a CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://osdn.dl.sourceforge.net/sourceforge/galeon/ MASTER_SITE_SUBDIR= ${PORTNAME:S/2$//} -DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION:S/.a$/a/} +DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} MAINTAINER= gnome@freebsd.org COMMENT= A GNOME 2 Web browser based on gecko (the Mozilla rendering engine) |