aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-09 01:47:49 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-09 01:47:49 +0800
commit803f424b53e4fa3eea5710e8a9d8eb9ca980a796 (patch)
treee9384a7c4a815a8800c501c9b53785cac7a0ba6c /security
parentb5b279c19cc93437f27a5e72cad98d79acb225d8 (diff)
downloadfreebsd-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/Makefile3
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>