diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
commit | 235481b52a44969361f4c688e6e9d10798bd35d9 (patch) | |
tree | d4069fbea1d4f696753c9b5ab1500babadc62de2 /emulators/bsvc | |
parent | make figlist and showfigfonts executable (diff) |
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
Notes
Notes:
svn path=/head/; revision=20898
Diffstat (limited to 'emulators/bsvc')
-rw-r--r-- | emulators/bsvc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/bsvc/Makefile b/emulators/bsvc/Makefile index 7f7ba0917ef7..15c60228223c 100644 --- a/emulators/bsvc/Makefile +++ b/emulators/bsvc/Makefile @@ -3,7 +3,7 @@ # Date created: 03-Mar-1997 # Whom: tenser # -# $Id: Makefile,v 1.7 1998/08/07 23:56:18 asami Exp $ +# $Id: Makefile,v 1.8 1998/10/06 05:18:00 asami Exp $ # DISTNAME= bsvc-2.0 @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src WISH= wish4.1 pre-patch: - @awk ' \ + @${AWK} ' \ { \ if (/^## Makefile/) { \ print "## Makefile.FreeBSD - System Dependent Makefile for FreeBSD" \ @@ -31,7 +31,7 @@ pre-patch: }' < ${WRKSRC}/Makefile.ULTRIX > ${WRKSRC}/Makefile post-patch: - @awk ' \ + @${AWK} ' \ { \ if (/PROJECT_BASE/ && /AWK_CHANGE_ME/) { \ print "PROJECT_BASE='"${WRKDIR}/${DISTNAME}"'" \ |