diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 16:23:14 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 16:23:14 +0800 |
commit | 552666a0e62478fa408debd77fac919b4853dff7 (patch) | |
tree | a9fc3243b9fe25a737aa2fffc57904d57d88e612 /german/phone | |
parent | 7898a404518bd7d25d117ef5e8f32ca74084821c (diff) | |
download | freebsd-ports-gnome-552666a0e62478fa408debd77fac919b4853dff7.tar.gz freebsd-ports-gnome-552666a0e62478fa408debd77fac919b4853dff7.tar.zst freebsd-ports-gnome-552666a0e62478fa408debd77fac919b4853dff7.zip |
Support staging
Diffstat (limited to 'german/phone')
-rw-r--r-- | german/phone/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/german/phone/Makefile b/german/phone/Makefile index 57f40b5c8b19..352964996138 100644 --- a/german/phone/Makefile +++ b/german/phone/Makefile @@ -18,8 +18,7 @@ EXTRACT_BEFORE_ARGS= # None EXTRACT_AFTER_ARGS= > ${WRKSRC}/de.phone NO_BUILD= YES -NO_STAGE= yes do-install: - ${INSTALL_DATA} ${WRKSRC}/de.phone ${PREFIX}/share/misc + ${INSTALL_DATA} ${WRKSRC}/de.phone ${STAGEDIR}${PREFIX}/share/misc .include <bsd.port.mk> |