aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 14:05:49 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 14:05:49 +0000
commit03e3a8f2c0bd71963066594dd1fdc14e7ca64c6a (patch)
tree59e92855351ea3c5dc146668a37cd9c785ea7b13 /misc
parent303b1091460910691d4725590819017243ac9760 (diff)
downloadports-03e3a8f2c0bd71963066594dd1fdc14e7ca64c6a.tar.gz
ports-03e3a8f2c0bd71963066594dd1fdc14e7ca64c6a.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/uk-postcodes/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/uk-postcodes/Makefile b/misc/uk-postcodes/Makefile
index e925f54ab73d..e70261073840 100644
--- a/misc/uk-postcodes/Makefile
+++ b/misc/uk-postcodes/Makefile
@@ -18,8 +18,7 @@ EXTRACT_AFTER_ARGS= > ${WRKSRC}/uk.postcodes
NO_BUILD= yes
PLIST_FILES= share/misc/uk.postcodes
-NO_STAGE= yes
do-install:
- ${INSTALL_DATA} ${WRKSRC}/uk.postcodes ${PREFIX}/share/misc
+ ${INSTALL_DATA} ${WRKSRC}/uk.postcodes ${STAGEDIR}${PREFIX}/share/misc
.include <bsd.port.mk>