From 9c0bbfdfc23e90109966e948824758afb6e1df0f Mon Sep 17 00:00:00 2001 From: ehaupt Date: Thu, 20 Feb 2014 14:46:39 +0000 Subject: Support staging --- korean/h2ps/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'korean') 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 -- cgit