diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-08-19 00:43:24 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-08-19 00:43:24 +0800 |
commit | 515d5048aa56d4a1c049b999ae019d87b61bd0e2 (patch) | |
tree | 5cc71aad2369347e372daa82cf3849f910e182fc /net-mgmt | |
parent | 7f67e239a6dff5e6f1564218536f8ab0410b402a (diff) | |
download | freebsd-ports-gnome-515d5048aa56d4a1c049b999ae019d87b61bd0e2.tar.gz freebsd-ports-gnome-515d5048aa56d4a1c049b999ae019d87b61bd0e2.tar.zst freebsd-ports-gnome-515d5048aa56d4a1c049b999ae019d87b61bd0e2.zip |
- Move RESETPREFIX to default PLIST_SUB
With hat: portmgr
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/collectd5/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/flow-tools-ng/Makefile | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index 50744cf91c8d..0e2becf6155c 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -67,8 +67,6 @@ CONFLICTS= collectd-4.[0-9]* CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -PLIST_SUB+= RESETPREFIX=${PREFIX} - .include <bsd.port.options.mk> # NOTE: Plugins without dependencies are defined further down. diff --git a/net-mgmt/flow-tools-ng/Makefile b/net-mgmt/flow-tools-ng/Makefile index 9c82889740b8..fa10e8a8065b 100644 --- a/net-mgmt/flow-tools-ng/Makefile +++ b/net-mgmt/flow-tools-ng/Makefile @@ -32,7 +32,6 @@ USE_PYTHON_RUN= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -PLIST_SUB= RESETPREFIX=${PREFIX} SUB_LIST= FLOW_CAPTURE_SPOOL="${FLOW_CAPTURE_SPOOL}" \ FLOW_CAPTURE_PIDDIR="${FLOW_CAPTURE_PIDDIR}" USE_RC_SUBR= flow_capture flow_fanout |