From f5e0429d6b09a430cfead019b66300fe6fa0b8ab Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Mon, 21 Jul 1997 19:21:06 +0000 Subject: sed -> ${SED}. files/* -> ${FILESDIR}/*. --- chinese/big5con/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chinese/big5con') diff --git a/chinese/big5con/Makefile b/chinese/big5con/Makefile index b716dd9d9c6a..885ed07fe95b 100644 --- a/chinese/big5con/Makefile +++ b/chinese/big5con/Makefile @@ -3,7 +3,7 @@ # Date created: 07 Jan 1997 # Whom: Hung-Chi Chu # -# $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 -- cgit v1.2.3