summaryrefslogtreecommitdiff
path: root/chinese/big5con
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-07-21 19:21:06 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-07-21 19:21:06 +0000
commitf5e0429d6b09a430cfead019b66300fe6fa0b8ab (patch)
treebcfdc382c476bc3b3c708822651904950a597473 /chinese/big5con
parentFile got renamed on MASTER_SITE. (diff)
sed -> ${SED}.
files/* -> ${FILESDIR}/*.
Notes
Notes: svn path=/head/; revision=7402
Diffstat (limited to 'chinese/big5con')
-rw-r--r--chinese/big5con/Makefile6
1 files changed, 3 insertions, 3 deletions
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 <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