diff options
author | dougb <dougb@FreeBSD.org> | 2012-07-31 04:51:37 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-07-31 04:51:37 +0800 |
commit | ddf6007255e0d5498b23025b33a8f55628f99012 (patch) | |
tree | bad5121367241061aab8a500d5b0977a19b3036e /dns | |
parent | d7d56ed794b2c251c9e6246926a2a1cbcafc6580 (diff) | |
download | freebsd-ports-gnome-ddf6007255e0d5498b23025b33a8f55628f99012.tar.gz freebsd-ports-gnome-ddf6007255e0d5498b23025b33a8f55628f99012.tar.zst freebsd-ports-gnome-ddf6007255e0d5498b23025b33a8f55628f99012.zip |
Make the MASTER_SITES URL variable too
Reminded by: bsam
Diffstat (limited to 'dns')
-rw-r--r-- | dns/fpdns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/fpdns/Makefile b/dns/fpdns/Makefile index 236385127e3c..80db3bd39a97 100644 --- a/dns/fpdns/Makefile +++ b/dns/fpdns/Makefile @@ -7,7 +7,7 @@ PORTNAME= fpdns PORTVERSION= 0.9.3.20120719 CATEGORIES= dns net perl5 -MASTER_SITES= https://github.com/kirei/fpdns/tarball/9eb38df/ +MASTER_SITES= https://github.com/kirei/fpdns/tarball/${GITVERSION}/ DISTNAME= kirei-fpdns-${GITVERSION} MAINTAINER= dougb@FreeBSD.org |