summaryrefslogtreecommitdiff
path: root/net/dgd
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 02:42:41 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 02:42:41 +0000
commit3262cce303b354dfda0c0b11bbbda803a827665b (patch)
treec032983554a8629dd6dfa9af9f4d687c43e5ac6f /net/dgd
parentActivate icqnix. (diff)
expr -> ${EXPR}
mv -> ${MV} rm -> ${RM} tr -> ${TR}
Notes
Notes: svn path=/head/; revision=21051
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 6710da89becf..e131e306282a 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 August 1994
# Whom: adam
#
-# $Id: Makefile,v 1.78 1999/08/22 18:59:22 mharo Exp $
+# $Id: Makefile,v 1.79 1999/08/23 04:23:36 mharo Exp $
#
DISTNAME= dgd-1.1p6
@@ -43,7 +43,7 @@ post-build:
@${CHMOD} o+r ${WRKDIR}/dgd/doc/kfun/*
do-install:
- @-mv ${PREFIX}/dgd/bin/driver ${PREFIX}/dgd/bin/driver.old
+ @-${MV} ${PREFIX}/dgd/bin/driver ${PREFIX}/dgd/bin/driver.old
@tar -C ${WRKDIR} -cf - `${GREP} '^dgd/' ${PKGDIR}/PLIST` \
| tar -C ${PREFIX} -xpf -