summaryrefslogtreecommitdiff
path: root/net/dgd
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-01-22 12:18:43 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-01-22 12:18:43 +0000
commit439b8a040c6cc5d9c091b08a90056d1059d4640b (patch)
tree8132e1111bd2c96ba9c0959d3cfce2b62a26551b /net/dgd
parent- Fix .PLIST* creation (diff)
Use the CPIO macro defined in bsd.port.mk.
Notes
Notes: svn path=/head/; revision=98793
Diffstat (limited to 'net/dgd')
-rw-r--r--net/dgd/Makefile1
1 files changed, 0 insertions, 1 deletions
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