diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-08 17:47:49 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-08 17:47:49 +0000 |
commit | 25f914ad80584ad1644c6ef5489cd26a27d9ade4 (patch) | |
tree | e9384a7c4a815a8800c501c9b53785cac7a0ba6c /security | |
parent | 8d40d7b1ce6cdae403eba71c7f725363da530a2e (diff) | |
download | ports-25f914ad80584ad1644c6ef5489cd26a27d9ade4.tar.gz ports-25f914ad80584ad1644c6ef5489cd26a27d9ade4.zip |
Notes
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> |