diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 22:46:39 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 22:46:39 +0800 |
commit | 9c0bbfdfc23e90109966e948824758afb6e1df0f (patch) | |
tree | 593231a01c3cc8ce67817cbd1574a51cb27f65e4 /korean | |
parent | e34c28b34f0b0da600a2a1e63444d7913a1bbf45 (diff) | |
download | freebsd-ports-gnome-9c0bbfdfc23e90109966e948824758afb6e1df0f.tar.gz freebsd-ports-gnome-9c0bbfdfc23e90109966e948824758afb6e1df0f.tar.zst freebsd-ports-gnome-9c0bbfdfc23e90109966e948824758afb6e1df0f.zip |
Support staging
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> |