diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-20 14:46:39 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-20 14:46:39 +0000 |
commit | d8c141107352fc71a376f2721eb9f0503105bc32 (patch) | |
tree | 593231a01c3cc8ce67817cbd1574a51cb27f65e4 /korean | |
parent | c4b946243996bd53fda68188e773522e658013c4 (diff) | |
download | ports-d8c141107352fc71a376f2721eb9f0503105bc32.tar.gz ports-d8c141107352fc71a376f2721eb9f0503105bc32.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/h2ps/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/korean/h2ps/Makefile b/korean/h2ps/Makefile index 8f3543e19aab..28c4aba23049 100644 --- a/korean/h2ps/Makefile +++ b/korean/h2ps/Makefile @@ -11,11 +11,10 @@ COMMENT= Formats an ASCII file for printing on a postscript printer with Korean PLIST_FILES= bin/h2ps -NO_STAGE= yes pre-build: @(cd ${WRKSRC}; make clean) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/h2ps ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/h2ps ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |