diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 20:18:43 +0800 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 20:18:43 +0800 |
commit | 439b8a040c6cc5d9c091b08a90056d1059d4640b (patch) | |
tree | 8132e1111bd2c96ba9c0959d3cfce2b62a26551b /net-mgmt | |
parent | f26c8efaac7d5c7934a01e89d790bac25766df39 (diff) | |
download | freebsd-ports-gnome-439b8a040c6cc5d9c091b08a90056d1059d4640b.tar.gz freebsd-ports-gnome-439b8a040c6cc5d9c091b08a90056d1059d4640b.tar.zst freebsd-ports-gnome-439b8a040c6cc5d9c091b08a90056d1059d4640b.zip |
Use the CPIO macro defined in bsd.port.mk.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/flow-extract/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/flow-extract/Makefile b/net-mgmt/flow-extract/Makefile index 54d47a64e65e..da49b0af28d4 100644 --- a/net-mgmt/flow-extract/Makefile +++ b/net-mgmt/flow-extract/Makefile @@ -18,7 +18,7 @@ COMMENT= Cisco NetFlow awk-like extracting tool BUILD_DEPENDS= flow-cat:${PORTSDIR}/net/flow-tools USE_REINPLACE= yes -EXTRACT_AFTER_ARGS= | cpio -idmu +EXTRACT_AFTER_ARGS= | ${CPIO} -idmu post-patch: patch-makefile |