diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 02:43:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 02:43:02 +0800 |
commit | 46e9f07e7cb8f2edfa69e1278480ac5ba0a0759c (patch) | |
tree | 0f7879dfe3697c318a62075b9620cfb651ff6117 /hungarian/hu-phone | |
parent | 33b871a9c845835374d0a594348ddf8da0551d74 (diff) | |
download | freebsd-ports-gnome-46e9f07e7cb8f2edfa69e1278480ac5ba0a0759c.tar.gz freebsd-ports-gnome-46e9f07e7cb8f2edfa69e1278480ac5ba0a0759c.tar.zst freebsd-ports-gnome-46e9f07e7cb8f2edfa69e1278480ac5ba0a0759c.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: hungarian)
Diffstat (limited to 'hungarian/hu-phone')
-rw-r--r-- | hungarian/hu-phone/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hungarian/hu-phone/Makefile b/hungarian/hu-phone/Makefile index af9674a1e68e..25c21fcaf3f6 100644 --- a/hungarian/hu-phone/Makefile +++ b/hungarian/hu-phone/Makefile @@ -19,6 +19,7 @@ EXTRACT_BEFORE_ARGS= # None EXTRACT_AFTER_ARGS= > ${WRKSRC}/hu.phone NO_BUILD= YES +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/hu.phone ${PREFIX}/share/misc |