diff options
author | wiz <wiz> | 2000-01-10 00:57:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-01-10 00:57:13 +0000 |
commit | 32b62488af95b64b782f01a90e9a27e09cee2194 (patch) | |
tree | 0508ad4b3bcb11ea74b3757bf3e15e099a5dc362 /net/xipdump | |
parent | 9896357c46e56af6080641876edee093aede3c38 (diff) | |
download | pkgsrc-32b62488af95b64b782f01a90e9a27e09cee2194.tar.gz |
replaced a whole lot more commands with ${COMMAND}
Diffstat (limited to 'net/xipdump')
-rw-r--r-- | net/xipdump/Makefile | 4 |
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} |