diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-20 14:47:13 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-20 14:47:13 +0000 |
commit | df082aa07524c0ed83f295433ceafd10cff33dce (patch) | |
tree | cfb90415579b062fc8e076bb7a699f2866574030 /korean/hcode | |
parent | d8c141107352fc71a376f2721eb9f0503105bc32 (diff) | |
download | ports-df082aa07524c0ed83f295433ceafd10cff33dce.tar.gz ports-df082aa07524c0ed83f295433ceafd10cff33dce.zip |
Notes
Diffstat (limited to 'korean/hcode')
-rw-r--r-- | korean/hcode/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/korean/hcode/Makefile b/korean/hcode/Makefile index e09476e9bf59..5320ade29f6a 100644 --- a/korean/hcode/Makefile +++ b/korean/hcode/Makefile @@ -15,8 +15,7 @@ COMMENT= Hangul code conversion utility PLIST_FILES= bin/hcode -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/hcode ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/hcode ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |