aboutsummaryrefslogtreecommitdiffstats
path: root/korean
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-20 22:46:39 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-20 22:46:39 +0800
commit9c0bbfdfc23e90109966e948824758afb6e1df0f (patch)
tree593231a01c3cc8ce67817cbd1574a51cb27f65e4 /korean
parente34c28b34f0b0da600a2a1e63444d7913a1bbf45 (diff)
downloadfreebsd-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/Makefile3
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>