aboutsummaryrefslogtreecommitdiffstats
path: root/net/dgd
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-23 12:23:59 +0800
committermharo <mharo@FreeBSD.org>1999-08-23 12:23:59 +0800
commit0fffe45ec3833012ad0b48b6c5e642a8f1496f69 (patch)
tree6bf136d74d7389168d44584e8902dc29cd0cbdb7 /net/dgd
parent820255ee78a7121e2592cac5ced0b3b847b832c2 (diff)
downloadfreebsd-ports-gnome-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.tar.gz
freebsd-ports-gnome-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.tar.zst
freebsd-ports-gnome-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.zip
grep -> ${GREP}
true -> ${TRUE} false -> ${FALSE}
Diffstat (limited to 'net/dgd')
-rw-r--r--net/dgd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index 0f6f55dd65a0..6710da89becf 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 August 1994
# Whom: adam
#
-# $Id: Makefile,v 1.77 1998/07/20 15:01:52 adam Exp $
+# $Id: Makefile,v 1.78 1999/08/22 18:59:22 mharo Exp $
#
DISTNAME= dgd-1.1p6
@@ -44,7 +44,7 @@ post-build:
do-install:
@-mv ${PREFIX}/dgd/bin/driver ${PREFIX}/dgd/bin/driver.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>