diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 22:04:46 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 22:04:46 +0800 |
commit | c4d95fbcf7afbffee64fdec0c0a78d7d723186b8 (patch) | |
tree | 22277447e51a1857a91fd6282041ee0ffb092b73 /misc/uk-phone | |
parent | eaf9c5aae7495861a084217702ba7e68b3ca1d69 (diff) | |
download | freebsd-ports-graphics-c4d95fbcf7afbffee64fdec0c0a78d7d723186b8.tar.gz freebsd-ports-graphics-c4d95fbcf7afbffee64fdec0c0a78d7d723186b8.tar.zst freebsd-ports-graphics-c4d95fbcf7afbffee64fdec0c0a78d7d723186b8.zip |
Support staging
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 c0e4433d0d9..ef7df92ae75 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> |