diff options
author | max <max@FreeBSD.org> | 1997-09-23 01:04:39 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-23 01:04:39 +0800 |
commit | 5a7e1cd580e301c03cf0f527b42d1bc803c85b9b (patch) | |
tree | 0c44cd4a3c1696c51186ecc6ff8594d34fa7b185 /vietnamese | |
parent | 99f5e2dfb05a1bbcf9be22eb26128b3e7a301c50 (diff) | |
download | freebsd-ports-graphics-5a7e1cd580e301c03cf0f527b42d1bc803c85b9b.tar.gz freebsd-ports-graphics-5a7e1cd580e301c03cf0f527b42d1bc803c85b9b.tar.zst freebsd-ports-graphics-5a7e1cd580e301c03cf0f527b42d1bc803c85b9b.zip |
Style police.
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/vnlpr/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vietnamese/vnlpr/Makefile b/vietnamese/vnlpr/Makefile index e29d8d8f164..034f8458d82 100644 --- a/vietnamese/vnlpr/Makefile +++ b/vietnamese/vnlpr/Makefile @@ -1,9 +1,9 @@ -# Ports collection makefile for: vnlpr +# New ports collection makefile for: vnlpr # Version required: 2.0 # Date created: Sat Dec 7, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.1.1.1 1996/12/09 02:02:49 obrien Exp $ +# $Id: Makefile,v 1.2 1997/09/22 16:54:21 max Exp $ # DISTNAME= vnlpr @@ -19,10 +19,10 @@ RUN_DEPENDS= vn7to8:${PORTSDIR}/vietnamese/vn7to8 \ vnpstext:${PORTSDIR}/vietnamese/vnpstext pre-patch: - @/bin/mv ${WRKSRC}/vnlpr ${WRKSRC}/vnlpr.in + @${MV} ${WRKSRC}/vnlpr ${WRKSRC}/vnlpr.in do-build: - sed -e "s:^set VNLIB=./:set VNLIB=${PREFIX}/share/vn-fonts:" \ + ${SED} -e "s:^set VNLIB=./:set VNLIB=${PREFIX}/share/vn-fonts:" \ -e 's/^set PRINTER="barrons"/#set PRINTER="postscript"/' \ ${WRKSRC}/vnlpr.in > ${WRKSRC}/vnlpr |