diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-07-30 20:51:37 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-07-30 20:51:37 +0000 |
commit | 59b9e0f8ee319fe046eb8bb4f8da7efb599d176f (patch) | |
tree | bad5121367241061aab8a500d5b0977a19b3036e /dns/fpdns | |
parent | 96070ee7adb05c3f5bd1fff257b286909fdef97f (diff) | |
download | ports-59b9e0f8ee319fe046eb8bb4f8da7efb599d176f.tar.gz ports-59b9e0f8ee319fe046eb8bb4f8da7efb599d176f.zip |
Notes
Diffstat (limited to 'dns/fpdns')
-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 |