diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
commit | 148314483d3098c0d6a33944f1190842e671502f (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /dns/knot1 | |
parent | 96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (diff) | |
download | freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.gz freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.zst freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.zip |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'dns/knot1')
-rw-r--r-- | dns/knot1/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dns/knot1/Makefile b/dns/knot1/Makefile index 707e40471d48..6649b5a9510c 100644 --- a/dns/knot1/Makefile +++ b/dns/knot1/Makefile @@ -13,8 +13,8 @@ COMMENT= High performance authoritative-only DNS server LICENSE= GPLv3 -BUILD_DEPENDS= flex>=2.5.35_1:${PORTSDIR}/textproc/flex -LIB_DEPENDS= liburcu.so:${PORTSDIR}/sysutils/liburcu +BUILD_DEPENDS= flex>=2.5.35_1:textproc/flex +LIB_DEPENDS= liburcu.so:sysutils/liburcu CONFLICTS= knot-2.* knot2-.* @@ -48,14 +48,14 @@ DNSTAP_DESC= dnstap support (see dnstap.info) LMDB_DESC= Enable LMDB backend DNSTAP_CONFIGURE_ENABLE= dnstap -DNSTAP_LIB_DEPENDS= libfstrm.so:${PORTSDIR}/devel/fstrm \ - libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c +DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \ + libprotobuf-c.so:devel/protobuf-c IDN_CONFIGURE_WITH= libidn -IDN_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn +IDN_LIB_DEPENDS= libidn.so:dns/libidn LMDB_CONFIGURE_ENABLE= lmdb -LMDB_LIB_DEPENDS= liblmdb.so:${PORTSDIR}/databases/lmdb +LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb post-patch: @${REINPLACE_CMD} 's|$$(INSTALL) -d $$(DESTDIR)/\@run_dir\@|#$$(INSTALL) -d $$(DESTDIR)/\@run_dir\@|' \ |