summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/dgd-lpmud/Makefile2
-rw-r--r--net/dgd/Makefile1
-rw-r--r--net/flow-extract/Makefile2
-rw-r--r--net/linux-ymessenger/Makefile2
4 files changed, 2 insertions, 5 deletions
diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile
index 359d1429dbc5..5e3848b45a5c 100644
--- a/net/dgd-lpmud/Makefile
+++ b/net/dgd-lpmud/Makefile
@@ -26,8 +26,6 @@ DIST_SUBDIR= dgd
WRKSRC= ${WRKDIR}/mud
USE_REINPLACE= yes
-CPIO?= /usr/bin/cpio
-
post-extract:
@${CP} ${FILESDIR}/oconv.c ${WRKSRC}/
@${CP} ${FILESDIR}/Makefile.bin ${WRKSRC}/Makefile
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index caa9fb1df4e3..2f7eefcbf61d 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -31,7 +31,6 @@ PATCH_WRKSRC= ${WRKDIR}/dgd
ALL_TARGET= install
USE_REINPLACE= yes
-CPIO?= /usr/bin/cpio
.ifdef (WITH_NETWORKING)
PLIST_SUB+= NETWORKING=""
.else
diff --git a/net/flow-extract/Makefile b/net/flow-extract/Makefile
index 54d47a64e65e..da49b0af28d4 100644
--- a/net/flow-extract/Makefile
+++ b/net/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
diff --git a/net/linux-ymessenger/Makefile b/net/linux-ymessenger/Makefile
index 2a429e8bde70..d02bee64bd5f 100644
--- a/net/linux-ymessenger/Makefile
+++ b/net/linux-ymessenger/Makefile
@@ -39,7 +39,7 @@ do-extract:
@for rpm in ${EXTRACT_ONLY}; do\
(cd ${WRKDIR} &&\
rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${DISTFILE}/$$rpm |\
- cpio --quiet -id);\
+ ${CPIO} --quiet -id);\
done
post-patch: