summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/uk-phone/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/uk-phone/Makefile b/misc/uk-phone/Makefile
index c0e4433d0d91..ef7df92ae759 100644
--- a/misc/uk-phone/Makefile
+++ b/misc/uk-phone/Makefile
@@ -18,8 +18,7 @@ EXTRACT_AFTER_ARGS= > ${WRKSRC}/uk.phone
NO_BUILD= yes
PLIST_FILES= share/misc/uk.phone
-NO_STAGE= yes
do-install:
- ${INSTALL_DATA} ${WRKSRC}/uk.phone ${PREFIX}/share/misc
+ ${INSTALL_DATA} ${WRKSRC}/uk.phone ${STAGEDIR}${PREFIX}/share/misc
.include <bsd.port.mk>