aboutsummaryrefslogtreecommitdiff
path: root/devel/libevent2
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2014-01-19 11:38:34 +0000
committerMartin Matuska <mm@FreeBSD.org>2014-01-19 11:38:34 +0000
commit904b4d1c6f7e19e5f64be86cd4b5268d530beb58 (patch)
tree7c60d6f624ae254503a68540642ecd0dc4848347 /devel/libevent2
parentd5898cd8503b1bd5b99cf4a217f21cb9927ee12e (diff)
downloadports-904b4d1c6f7e19e5f64be86cd4b5268d530beb58.tar.gz
ports-904b4d1c6f7e19e5f64be86cd4b5268d530beb58.zip
Notes
Diffstat (limited to 'devel/libevent2')
-rw-r--r--devel/libevent2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libevent2/Makefile b/devel/libevent2/Makefile
index a732c3adc845..4a46869d06cf 100644
--- a/devel/libevent2/Makefile
+++ b/devel/libevent2/Makefile
@@ -23,7 +23,6 @@ OPTIONS_DEFAULT= OPENSSL THREADS
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/event2
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPENSSL}
@@ -49,7 +48,7 @@ post-patch:
${WRKSRC}/Makefile.in
post-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/event_rpcgen.py ${PREFIX}/bin/event2_rpcgen.py
+ @${INSTALL_SCRIPT} ${WRKSRC}/event_rpcgen.py ${STAGEDIR}${PREFIX}/bin/event2_rpcgen.py
regression-test: build
@(${SH} ${WRKSRC}/test/regress)