summaryrefslogtreecommitdiff
path: root/net/xipdump
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-10 00:57:13 +0000
committerwiz <wiz@pkgsrc.org>2000-01-10 00:57:13 +0000
commiteadd890e05b5654609b9f16c141db0d14d8e846e (patch)
tree0508ad4b3bcb11ea74b3757bf3e15e099a5dc362 /net/xipdump
parent818d632b2be01c51a6115075dbe432e752249adc (diff)
downloadpkgsrc-eadd890e05b5654609b9f16c141db0d14d8e846e.tar.gz
replaced a whole lot more commands with ${COMMAND}
Diffstat (limited to 'net/xipdump')
-rw-r--r--net/xipdump/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xipdump/Makefile b/net/xipdump/Makefile
index 775210dc25d..78efae6f0f0 100644
--- a/net/xipdump/Makefile
+++ b/net/xipdump/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/12/24 02:58:31 sakamoto Exp $
+# $NetBSD: Makefile,v 1.4 2000/01/10 00:57:16 wiz Exp $
#
DISTNAME= xipdump-1.5.4
@@ -22,7 +22,7 @@ CONFIGURE_ENV+= CFLAGS="`${LIBNET_CONFIG} --cflags` `${LIBNET_CONFIG} --defines`
post-build:
@${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
- @(cd ${WRKSRC}/data; find pkc pkt ! -type d | \
+ @(cd ${WRKSRC}/data; ${FIND} pkc pkt ! -type d | \
${SED} -e 's|^|share/xipdump/|' >> ${PLIST_SRC})
@${ECHO} "@dirrm share/xipdump/pkt" >> ${PLIST_SRC}
@${ECHO} "@dirrm share/xipdump/pkc" >> ${PLIST_SRC}