summaryrefslogtreecommitdiff
path: root/korean/han
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 /korean/han
parentFile got renamed on MASTER_SITE. (diff)
sed -> ${SED}.
files/* -> ${FILESDIR}/*.
Notes
Notes: svn path=/head/; revision=7402
Diffstat (limited to 'korean/han')
-rw-r--r--korean/han/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/korean/han/Makefile b/korean/han/Makefile
index 79838cbc75f2..4a82ffc402a4 100644
--- a/korean/han/Makefile
+++ b/korean/han/Makefile
@@ -3,7 +3,7 @@
# Date created: 12 Apr 1997
# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/06/04 08:12:07 asami Exp $
#
DISTNAME= han-1.0fb
@@ -16,13 +16,13 @@ MAINTAINER= junker@jazz.snu.ac.kr
USE_GMAKE= yes
post-configure:
- sed -e 's%%WRKSRC%%${WRKSRC}' \
+ ${SED} -e 's%%WRKSRC%%${WRKSRC}' \
-e 's%%PREFIX%%${PREFIX}' \
-e 's%%DISTDIR%%${DISTDIR}' \
- files/dotconfig > ${WRKSRC}/.config
- sed -e 's%%WRKSRC%%${WRKSRC}' \
+ ${FILESDIR}/dotconfig > ${WRKSRC}/.config
+ ${SED} -e 's%%WRKSRC%%${WRKSRC}' \
-e 's%%PREFIX%%${PREFIX}' \
-e 's%%DISTDIR%%${DISTDIR}' \
- files/han.sh > ${WRKSRC}/han.sh
+ ${FILESDIR}/han.sh > ${WRKSRC}/han.sh
.include <bsd.port.mk>