diff options
author | max <max@FreeBSD.org> | 1997-07-21 19:21:06 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-21 19:21:06 +0000 |
commit | e78fe142470b2d42049dd282a53e4868b4de17a9 (patch) | |
tree | af568594c6ce8ae96339b5fdf2bfe9c01af060b1 /japanese | |
parent | ba6ffe37757382a1efe7aca6755b0a3023bdc121 (diff) | |
download | FreeBSD-ports-e78fe142470b2d42049dd282a53e4868b4de17a9.zip FreeBSD-ports-e78fe142470b2d42049dd282a53e4868b4de17a9.tar.gz |
sed -> ${SED}.
files/* -> ${FILESDIR}/*.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/kon2-16dot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/kon2-16dot/Makefile b/japanese/kon2-16dot/Makefile index 1826a2c..4300d62 100644 --- a/japanese/kon2-16dot/Makefile +++ b/japanese/kon2-16dot/Makefile @@ -3,7 +3,7 @@ # Date created: 11 Apr 1997 # Whom: Makoto Matsushita <matusita@jp.freebsd.org> # -# $Id: Makefile,v 1.1.1.1 1997/06/04 09:29:13 asami Exp $ +# $Id: Makefile,v 1.10 1997/07/10 13:14:50 max Exp $ # DISTNAME= kon2-0.3 @@ -23,9 +23,9 @@ EXTRACT_ONLY= kon2-0.3.tar.gz DOCDIR= ${PREFIX}/share/doc/kon2 pre-build: - sed -e 's,%%PREFIX%%,${PREFIX},' \ + ${SED} -e 's,%%PREFIX%%,${PREFIX},' \ -e 's,%%DISTDIR%%,${DISTDIR},' \ - files/dotconfig > ${WRKSRC}/.config + ${FILESDIR}/dotconfig > ${WRKSRC}/.config @(cd ${WRKSRC}; ${MAKE} -f Makefile.FreeBSD config) post-install: |