summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-23 04:23:59 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-23 04:23:59 +0000
commit535add65ac98d0ca871df3e8438ff56ba9129bcc (patch)
tree760c5b47c254af152605b0ddb356af68f100067f /print
parentUpgrade to zircon-1.18.223 (diff)
grep -> ${GREP}
true -> ${TRUE} false -> ${FALSE}
Notes
Notes: svn path=/head/; revision=20902
Diffstat (limited to 'print')
-rw-r--r--print/afm/Makefile4
-rw-r--r--print/pbm2ppa/Makefile4
-rw-r--r--print/pnm2ppa/Makefile4
-rw-r--r--print/tex/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/print/afm/Makefile b/print/afm/Makefile
index d4fdd01196dd..72f2e48dbadf 100644
--- a/print/afm/Makefile
+++ b/print/afm/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 November 1994
# Whom: ljo
#
-# $Id: Makefile,v 1.6 1995/11/22 13:17:53 asami Exp $
+# $Id: Makefile,v 1.7 1996/11/17 08:44:24 obrien Exp $
#
DISTNAME= afm
@@ -16,6 +16,6 @@ pre-patch:
@rm -rf ${WRKSRC}/RCS
do-build:
- @true
+ @${TRUE}
.include <bsd.port.mk>
diff --git a/print/pbm2ppa/Makefile b/print/pbm2ppa/Makefile
index 81e5caa69765..37e47b5a84a4 100644
--- a/print/pbm2ppa/Makefile
+++ b/print/pbm2ppa/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 November 1998
# Whom: smace@freebsd.org
#
-# $Id: Makefile,v 1.3 1998/11/23 08:54:39 asami Exp $
+# $Id: Makefile,v 1.4 1999/05/10 02:39:19 smace Exp $
#
DISTNAME= ppa-0.8.6
@@ -29,7 +29,7 @@ pre-configure:
@${ECHO} "720 -- HP720 family (HP 722C, etc.)"
@${ECHO} "820 -- HP820 family"
@${ECHO} "1000 -- HP820 family"
- @false
+ @${FALSE}
.endif
.if !defined(PAPERSIZE)
@${ECHO}
diff --git a/print/pnm2ppa/Makefile b/print/pnm2ppa/Makefile
index 81e5caa69765..37e47b5a84a4 100644
--- a/print/pnm2ppa/Makefile
+++ b/print/pnm2ppa/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 November 1998
# Whom: smace@freebsd.org
#
-# $Id: Makefile,v 1.3 1998/11/23 08:54:39 asami Exp $
+# $Id: Makefile,v 1.4 1999/05/10 02:39:19 smace Exp $
#
DISTNAME= ppa-0.8.6
@@ -29,7 +29,7 @@ pre-configure:
@${ECHO} "720 -- HP720 family (HP 722C, etc.)"
@${ECHO} "820 -- HP820 family"
@${ECHO} "1000 -- HP820 family"
- @false
+ @${FALSE}
.endif
.if !defined(PAPERSIZE)
@${ECHO}
diff --git a/print/tex/Makefile b/print/tex/Makefile
index 5cdc35a126f5..a585e6a2d5ba 100644
--- a/print/tex/Makefile
+++ b/print/tex/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 September 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.32 1997/12/15 02:19:01 jmz Exp $
+# $Id: Makefile,v 1.33 1999/01/29 03:09:05 jmz Exp $
#
DISTNAME= web2c-7.1
@@ -24,7 +24,7 @@ USE_GMAKE= yes
MAKE_FLAGS= fmts= all_mems=
do-build:
- @(cd ${WRKSRC}; unset `env|grep ^TEX|sed -e s/=.*//`; \
+ @(cd ${WRKSRC}; unset `env|${GREP} ^TEX|sed -e s/=.*//`; \
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${ALL_TARGET})
post-install: