diff options
author | ache <ache@FreeBSD.org> | 2012-07-24 20:51:59 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2012-07-24 20:51:59 +0800 |
commit | 85a5f51e59d2b93c8634a5cdb6065489eecb0f5e (patch) | |
tree | 5b01ae3df44975bcbf1a830efa60c3c7f07bcd48 /www | |
parent | 91e616f99c7235325019c63e1a311c44c0aab892 (diff) | |
download | freebsd-ports-gnome-85a5f51e59d2b93c8634a5cdb6065489eecb0f5e.tar.gz freebsd-ports-gnome-85a5f51e59d2b93c8634a5cdb6065489eecb0f5e.tar.zst freebsd-ports-gnome-85a5f51e59d2b93c8634a5cdb6065489eecb0f5e.zip |
Use DISTVERSION instead of hardcoded constants
Diffstat (limited to 'www')
-rw-r--r-- | www/WebMagick/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile index 515c1fb85615..c63b8df66d9e 100644 --- a/www/WebMagick/Makefile +++ b/www/WebMagick/Makefile @@ -7,10 +7,10 @@ PORTNAME= WebMagick PORTVERSION= 2.03p14 +DISTVERSION= 2.03pre14 PORTEPOCH= 1 CATEGORIES= www graphics -MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}-beta/2.03pre14 -DISTNAME= ${PORTNAME}-2.03pre14 +MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}-beta/${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Image Web Generator - recursively build HTMLs, imagemaps, thumbnails |