summaryrefslogtreecommitdiff
path: root/net/dgd-lpmud
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-lpmud
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-lpmud')
-rw-r--r--net/dgd-lpmud/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile
index d3bed8fd6311..1e4bbc9fe2fd 100644
--- a/net/dgd-lpmud/Makefile
+++ b/net/dgd-lpmud/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 November 1994
# Whom: adam
#
-# $Id: Makefile,v 1.20 1997/01/16 11:46:58 adam Exp $
+# $Id: Makefile,v 1.21 1997/08/10 23:34:44 adam Exp $
#
DISTNAME= dgd-lpmud
@@ -31,7 +31,7 @@ do-build:
@cd ${WRKDIR}/mud/bin; make
do-install:
- @tar -C ${WRKSRC} -cf - `grep '^[a-z]' ${PKGDIR}/PLIST` \
+ @tar -C ${WRKSRC} -cf - `${GREP} '^[a-z]' ${PKGDIR}/PLIST` \
| tar -C ${PREFIX}/dgd -xpf -
.include <bsd.port.mk>