diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-18 22:01:05 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-18 22:01:05 +0800 |
commit | f8d42249c87f6f9b7262bfc29d7f918fa0d60481 (patch) | |
tree | 4adf688263176f162c5d5cd21449199df4621f49 /dns | |
parent | 4f1ea193557625adefc452b52d114b0fa44cf92b (diff) | |
download | freebsd-ports-gnome-f8d42249c87f6f9b7262bfc29d7f918fa0d60481.tar.gz freebsd-ports-gnome-f8d42249c87f6f9b7262bfc29d7f918fa0d60481.tar.zst freebsd-ports-gnome-f8d42249c87f6f9b7262bfc29d7f918fa0d60481.zip |
- Drop 8.x support
Approved by: portmgr blanket
Diffstat (limited to 'dns')
-rw-r--r-- | dns/gdnsd2/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dns/gdnsd2/Makefile b/dns/gdnsd2/Makefile index 2bfad7b9ad62..5af643f72702 100644 --- a/dns/gdnsd2/Makefile +++ b/dns/gdnsd2/Makefile @@ -43,12 +43,6 @@ URCU_DESC= Read-Copy-Update Support (Faster Zone Parsing) URCU_CONFIGURE_WITH= urcu URCU_LIB_DEPENDS= liburcu.so:${PORTSDIR}/sysutils/liburcu -.include <bsd.port.pre.mk> - -.if (${OSVERSION} >= 900000 && ${OSVERSION} < 903000) -IGNORE= you must be running FreeBSD 9.3 or higher -.endif - post-patch: @${REINPLACE_CMD} -e 's|$${localstatedir}/lib/$${PACKAGE_NAME}|/var/db/${PORTNAME}|g' \ ${WRKSRC}/configure @@ -60,4 +54,4 @@ post-install: ${STAGEDIR}${PREFIX}/etc/gdnsd/zones \ ${STAGEDIR}/var/run/gdnsd -.include <bsd.port.post.mk> +.include <bsd.port.mk> |