From eadd890e05b5654609b9f16c141db0d14d8e846e Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 10 Jan 2000 00:57:13 +0000 Subject: replaced a whole lot more commands with ${COMMAND} --- net/xipdump/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/xipdump') 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} -- cgit v1.2.3