diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 10:42:41 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 10:42:41 +0800 |
commit | 54a9de1bc46c49543c5fc07b6128d0f18b5c4023 (patch) | |
tree | 63ca8b1b366b8d64e4d645959252f91f9d55ab5f /net/dgd/Makefile | |
parent | 929e461fb30940a507219f54c08472fb7347d37a (diff) | |
download | freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.gz freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.zst freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.zip |
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
Diffstat (limited to 'net/dgd/Makefile')
-rw-r--r-- | net/dgd/Makefile | 4 |
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 - |