summaryrefslogtreecommitdiff
path: root/korean/hcode
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-05-03 21:50:46 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-05-03 21:50:46 +0000
commitea4b5a453358013d3dd3503981fa85b1c66716ed (patch)
treecf642c566bf8c731ff82171176845f2ab3d15230 /korean/hcode
parentNew port: (diff)
Ooops, I made a mistake as edited this file.
Do-install: now installs the binary correctly. PR: Reviewed by: Submitted by: Obtained from:
Notes
Notes: svn path=/head/; revision=6393
Diffstat (limited to 'korean/hcode')
-rw-r--r--korean/hcode/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/hcode/Makefile b/korean/hcode/Makefile
index 2929a45bb9a4..00abd8583e19 100644
--- a/korean/hcode/Makefile
+++ b/korean/hcode/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 Mar 1997
# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/05/03 21:43:56 max Exp $
#
DISTNAME= hcode2.1-mailpatch2
@@ -15,6 +15,6 @@ MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/code/hcode/ \
MAINTAINER= junker@jazz.snu.ac.kr
do-install:
- ${INSTALL_PROGRAM} hcode ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/hcode ${PREFIX}/bin
.include <bsd.port.mk>