diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 14:04:46 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 14:04:46 +0000 |
commit | 303b1091460910691d4725590819017243ac9760 (patch) | |
tree | 22277447e51a1857a91fd6282041ee0ffb092b73 /misc/uk-phone | |
parent | 9e14603a166df610dfd867c7af87dafc8fd2e06a (diff) | |
download | ports-303b1091460910691d4725590819017243ac9760.tar.gz ports-303b1091460910691d4725590819017243ac9760.zip |
Notes
Diffstat (limited to 'misc/uk-phone')
-rw-r--r-- | misc/uk-phone/Makefile | 3 |
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> |