diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-18 12:02:00 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-18 12:02:00 +0000 |
commit | 36b97242e782517fc90f6dc125aa33f1771ff1e0 (patch) | |
tree | ebaeb7695abb4ecedfdcd57358c53eb7fa5fe7d9 /hungarian | |
parent | 7f15370d32d9f5573849f891d95c174e9e11bf98 (diff) | |
download | ports-36b97242e782517fc90f6dc125aa33f1771ff1e0.tar.gz ports-36b97242e782517fc90f6dc125aa33f1771ff1e0.zip |
Notes
Diffstat (limited to 'hungarian')
-rw-r--r-- | hungarian/hu-zipcodes/Makefile | 3 |
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> |