diff options
-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> |