summaryrefslogtreecommitdiff
path: root/net/dgd-net
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-23 04:23:59 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-23 04:23:59 +0000
commit535add65ac98d0ca871df3e8438ff56ba9129bcc (patch)
tree760c5b47c254af152605b0ddb356af68f100067f /net/dgd-net
parentUpgrade to zircon-1.18.223 (diff)
grep -> ${GREP}
true -> ${TRUE} false -> ${FALSE}
Notes
Notes: svn path=/head/; revision=20902
Diffstat (limited to 'net/dgd-net')
-rw-r--r--net/dgd-net/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dgd-net/Makefile b/net/dgd-net/Makefile
index fb5538bf91b4..f71102391aa5 100644
--- a/net/dgd-net/Makefile
+++ b/net/dgd-net/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 June 1996
# Whom: adam
#
-# $Id: Makefile,v 1.30 1998/07/20 16:30:13 adam Exp $
+# $Id: Makefile,v 1.31 1999/08/22 18:59:21 mharo Exp $
#
DISTNAME= dgd-net-1.1p6
@@ -53,7 +53,7 @@ post-build:
do-install:
@-mv ${PREFIX}/dgd/bin/driver.net ${PREFIX}/dgd/bin/driver.net.old
- @tar -C ${WRKDIR} -cf - `grep '^dgd/' ${PKGDIR}/PLIST` \
+ @tar -C ${WRKDIR} -cf - `${GREP} '^dgd/' ${PKGDIR}/PLIST` \
| tar -C ${PREFIX} -xpf -
.include <bsd.port.mk>