diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 14:07:22 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 14:07:22 +0000 |
commit | 1a94c4d26ad39d4f0e2ffc4adb3bbf3350b021f8 (patch) | |
tree | 498374da4f18d3025196448481b794c9cdc8ff03 | |
parent | 03e3a8f2c0bd71963066594dd1fdc14e7ca64c6a (diff) | |
download | ports-1a94c4d26ad39d4f0e2ffc4adb3bbf3350b021f8.tar.gz ports-1a94c4d26ad39d4f0e2ffc4adb3bbf3350b021f8.zip |
Support staging
Notes
Notes:
svn path=/head/; revision=345467
-rw-r--r-- | misc/us-zipcodes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/us-zipcodes/Makefile b/misc/us-zipcodes/Makefile index 3da70b12baf1..247570ade15b 100644 --- a/misc/us-zipcodes/Makefile +++ b/misc/us-zipcodes/Makefile @@ -18,8 +18,8 @@ EXTRACT_AFTER_ARGS= > ${WRKSRC}/zipcodes NO_BUILD= yes PLIST_FILES= share/misc/us.zipcodes -NO_STAGE= yes do-install: - ${INSTALL_DATA} ${WRKSRC}/zipcodes ${PREFIX}/share/misc/us.zipcodes + ${INSTALL_DATA} ${WRKSRC}/zipcodes \ + ${STAGEDIR}${PREFIX}/share/misc/us.zipcodes .include <bsd.port.mk> |