diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-21 19:21:06 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-21 19:21:06 +0000 |
commit | f5e0429d6b09a430cfead019b66300fe6fa0b8ab (patch) | |
tree | bcfdc382c476bc3b3c708822651904950a597473 /korean | |
parent | f14a039746dd944de66a1f908e9debc2211543a7 (diff) | |
download | ports-f5e0429d6b09a430cfead019b66300fe6fa0b8ab.tar.gz ports-f5e0429d6b09a430cfead019b66300fe6fa0b8ab.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/han/Makefile | 10 |
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> |