diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-13 23:25:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-13 23:25:09 +0000 |
commit | db678708d354394c3e419e46879df0daf628048e (patch) | |
tree | cebd35330ef7df0d755abbf4f79b0f2264d4a3ff /dns/fpdns/Makefile | |
parent | 6a628fecf839eba945741bad69b076212e0e6f5b (diff) | |
download | ports-db678708d354394c3e419e46879df0daf628048e.tar.gz ports-db678708d354394c3e419e46879df0daf628048e.zip |
Notes
Diffstat (limited to 'dns/fpdns/Makefile')
-rw-r--r-- | dns/fpdns/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/fpdns/Makefile b/dns/fpdns/Makefile index 46d0d5edbf60..8b79b191c73e 100644 --- a/dns/fpdns/Makefile +++ b/dns/fpdns/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fpdns -PORTVERSION= 0.10.0.20190131 +PORTVERSION= 20190131 CATEGORIES= dns net perl5 MAINTAINER= sunpoet@FreeBSD.org @@ -21,6 +21,5 @@ NO_ARCH= yes USE_GITHUB= yes GH_ACCOUNT= kirei -GH_TAGNAME= ${PORTVERSION:E} .include <bsd.port.mk> |