diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
commit | 3262cce303b354dfda0c0b11bbbda803a827665b (patch) | |
tree | c032983554a8629dd6dfa9af9f4d687c43e5ac6f /sysutils/LPRng/Makefile | |
parent | Activate icqnix. (diff) |
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
Diffstat (limited to '')
-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 1d6fa27407da..52c9f374bffe 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 |