diff options
author | max <max@FreeBSD.org> | 1997-05-03 21:50:46 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-05-03 21:50:46 +0000 |
commit | a281b443e15ffb70640eddc49f42674eb172f2c8 (patch) | |
tree | 6dae0c5e7685ef8a5c31ec6485d88b361a9ab39c /korean | |
parent | a8c5f7231d26237f62c0d98286a612a812e6ac37 (diff) | |
download | FreeBSD-ports-a281b443e15ffb70640eddc49f42674eb172f2c8.zip FreeBSD-ports-a281b443e15ffb70640eddc49f42674eb172f2c8.tar.gz |
Ooops, I made a mistake as edited this file.
Do-install: now installs the binary correctly.
PR:
Reviewed by:
Submitted by:
Obtained from:
Diffstat (limited to 'korean')
-rw-r--r-- | korean/hcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/hcode/Makefile b/korean/hcode/Makefile index 2929a45..00abd85 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> |