diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-11-03 06:25:00 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-11-03 06:25:00 +0000 |
commit | e6bfe157aad7c78462093c1799c568ed74f8ff7e (patch) | |
tree | 35198f41168ea227f1c4ad1f997eee46ab7b1850 /www/gallery2/Makefile | |
parent | 3e0a34fc6a908426de0386770d94ccfb48175073 (diff) | |
download | ports-e6bfe157aad7c78462093c1799c568ed74f8ff7e.tar.gz ports-e6bfe157aad7c78462093c1799c568ed74f8ff7e.zip |
Notes
Diffstat (limited to 'www/gallery2/Makefile')
-rw-r--r-- | www/gallery2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/gallery2/Makefile b/www/gallery2/Makefile index b9a403146845..dce8081140bd 100644 --- a/www/gallery2/Makefile +++ b/www/gallery2/Makefile @@ -6,12 +6,11 @@ # PORTNAME= gallery -PORTVERSION= 1.4.4.2 -PORTREVISION= 1 +PORTVERSION= 1.4.4.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.2$/-pl2/} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.3$/-pl3/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${LANGPACKS} DIST_SUBDIR= gallery |