diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-19 05:48:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-19 05:48:13 +0000 |
commit | cb31ceb4909518f8446aba8f0d580278890736ce (patch) | |
tree | b6ec586b4072841f146d7943dc33f531e5e35d04 | |
parent | ab7c5dd086e8f59cd4d84c92fec816af2f64e629 (diff) | |
download | ports-cb31ceb4909518f8446aba8f0d580278890736ce.tar.gz ports-cb31ceb4909518f8446aba8f0d580278890736ce.zip |
Notes
-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 894e3e41d9e6..91dfddf90c78 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) |