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 /print/dvips | |
parent | 50af3342991a28fc1e594857fcef03e5fdf80c19 (diff) |
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
Notes
Notes:
svn path=/head/; revision=21051
Diffstat (limited to 'print/dvips')
-rw-r--r-- | print/dvips/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/dvips/Makefile b/print/dvips/Makefile index f34c333e022c..ab82d398645f 100644 --- a/print/dvips/Makefile +++ b/print/dvips/Makefile @@ -3,7 +3,7 @@ # Date created: 30 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.17 1997/12/02 03:25:43 jmz Exp $ +# $Id: Makefile,v 1.18 1998/09/25 19:42:58 jmz Exp $ # DISTNAME= dvips576 @@ -28,6 +28,6 @@ post-install: @install -c -m 644 ${WRKDIR}/dvips576/PSvfs/*.vf ${PREFIX}/share/texmf/fonts/vf pre-clean: - @rm -f ${SCRIPTDIR}/post-install + @${RM} -f ${SCRIPTDIR}/post-install .include <bsd.port.mk> |