summaryrefslogtreecommitdiff
path: root/hungarian
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-18 12:02:00 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-18 12:02:00 +0000
commit36b97242e782517fc90f6dc125aa33f1771ff1e0 (patch)
treeebaeb7695abb4ecedfdcd57358c53eb7fa5fe7d9 /hungarian
parentSupport staging (diff)
Support staging
Notes
Notes: svn path=/head/; revision=344871
Diffstat (limited to 'hungarian')
-rw-r--r--hungarian/hu-zipcodes/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/hungarian/hu-zipcodes/Makefile b/hungarian/hu-zipcodes/Makefile
index 42211a343166..c89c5687c9ac 100644
--- a/hungarian/hu-zipcodes/Makefile
+++ b/hungarian/hu-zipcodes/Makefile
@@ -19,8 +19,7 @@ EXTRACT_BEFORE_ARGS= # None
EXTRACT_AFTER_ARGS= > ${WRKSRC}/hu.zipcodes
NO_BUILD= yes
-NO_STAGE= yes
do-install:
- ${INSTALL_DATA} ${WRKSRC}/hu.zipcodes ${PREFIX}/share/misc/
+ ${INSTALL_DATA} ${WRKSRC}/hu.zipcodes ${STAGEDIR}${PREFIX}/share/misc/
.include <bsd.port.mk>