diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
commit | 54a9de1bc46c49543c5fc07b6128d0f18b5c4023 (patch) | |
tree | 63ca8b1b366b8d64e4d645959252f91f9d55ab5f /sysutils/LPRng | |
parent | 929e461fb30940a507219f54c08472fb7347d37a (diff) | |
download | FreeBSD-ports-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.zip FreeBSD-ports-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.gz |
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
Diffstat (limited to 'sysutils/LPRng')
-rw-r--r-- | sysutils/LPRng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile index 1d6fa27..52c9f37 100644 --- a/sysutils/LPRng/Makefile +++ b/sysutils/LPRng/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Apr 1997 # Whom: desmo@bandwidth.org # -# $Id: Makefile,v 1.6 1999/08/22 19:00:01 mharo Exp $ +# $Id: Makefile,v 1.7 1999/08/22 23:33:26 mharo Exp $ # DISTNAME= LPRng-3.5.1 @@ -37,7 +37,7 @@ post-install: ${CP} ${DISTDIR}/$$file ${PREFIX}/share/doc/LPRng; \ cd ${PREFIX}/share/doc/LPRng; \ tar xvfz $$file; \ - rm ${PREFIX}/share/doc/LPRng/$$file; \ + ${RM} ${PREFIX}/share/doc/LPRng/$$file; \ done @${CAT} ${PKGDIR}/MESSAGE |