diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-09 01:47:49 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-09 01:47:49 +0800 |
commit | 803f424b53e4fa3eea5710e8a9d8eb9ca980a796 (patch) | |
tree | e9384a7c4a815a8800c501c9b53785cac7a0ba6c /security | |
parent | b5b279c19cc93437f27a5e72cad98d79acb225d8 (diff) | |
download | freebsd-ports-gnome-803f424b53e4fa3eea5710e8a9d8eb9ca980a796.tar.gz freebsd-ports-gnome-803f424b53e4fa3eea5710e8a9d8eb9ca980a796.tar.zst freebsd-ports-gnome-803f424b53e4fa3eea5710e8a9d8eb9ca980a796.zip |
Support staging.
Diffstat (limited to 'security')
-rw-r--r-- | security/xspy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/xspy/Makefile b/security/xspy/Makefile index d4d7cdf69f12..2d8c23a83457 100644 --- a/security/xspy/Makefile +++ b/security/xspy/Makefile @@ -16,8 +16,7 @@ USE_XORG= x11 ALL_TARGET= xspy -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xspy ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/xspy ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |