diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-18 13:01:49 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-18 13:01:49 +0800 |
commit | daf8eb1264c441f07fd37eb3744bd731ae895102 (patch) | |
tree | b21ccf85ad427961cf3140bd8a462ecb0de8c743 /www/galeon2 | |
parent | e8a38854ab64ccc9f7abcbdbbe6a716ebb13a556 (diff) | |
download | freebsd-ports-gnome-daf8eb1264c441f07fd37eb3744bd731ae895102.tar.gz freebsd-ports-gnome-daf8eb1264c441f07fd37eb3744bd731ae895102.tar.zst freebsd-ports-gnome-daf8eb1264c441f07fd37eb3744bd731ae895102.zip |
Fix MASTER_SITE_SUBDIR.
Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Diffstat (limited to 'www/galeon2')
-rw-r--r-- | www/galeon2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index e2f8772e5a9e..0b421d8c0290 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -9,7 +9,7 @@ PORTNAME= galeon2 PORTVERSION= 1.3.0 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= ${PORTNAME:S/2$//} DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org |