Ooops, I made a mistake as edited this file.

Do-install: now installs the binary correctly.
PR:
Reviewed by:
Submitted by:
Obtained from:
This commit is contained in:
Masafumi Max NAKANE
1997-05-03 21:50:46 +00:00
parent dd97a11c0f
commit ea4b5a4533

View File

@@ -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>