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 /chinese/big5con | |
parent | ba6ffe37757382a1efe7aca6755b0a3023bdc121 (diff) | |
download | FreeBSD-ports-e78fe142470b2d42049dd282a53e4868b4de17a9.zip FreeBSD-ports-e78fe142470b2d42049dd282a53e4868b4de17a9.tar.gz |
sed -> ${SED}.
files/* -> ${FILESDIR}/*.
Diffstat (limited to 'chinese/big5con')
-rw-r--r-- | chinese/big5con/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/big5con/Makefile b/chinese/big5con/Makefile index b716dd9..885ed07 100644 --- a/chinese/big5con/Makefile +++ b/chinese/big5con/Makefile @@ -3,7 +3,7 @@ # Date created: 07 Jan 1997 # Whom: Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw> # -# $Id: Makefile,v 1.1.1.1 1997/02/16 01:14:03 obrien Exp $ +# $Id: Makefile,v 1.2 1997/02/17 20:33:32 obrien Exp $ # # This port is adapted from japanese/kon # @@ -28,10 +28,10 @@ EXTRACT_ONLY= kon-0.99.4e.tgz USE_GMAKE= yes post-configure: - sed -e 's%%CURDIR%%${.CURDIR}' \ + ${SED} -e 's%%CURDIR%%${.CURDIR}' \ -e 's%%PREFIX%%${PREFIX}' \ -e 's%%DISTDIR%%${DISTDIR}' \ - files/dotconfig > ${WRKSRC}/.config + ${FILESDIR}/dotconfig > ${WRKSRC}/.config post-install: @echo |