aboutsummaryrefslogtreecommitdiff
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
parentd5898cd8503b1bd5b99cf4a217f21cb9927ee12e (diff)
downloadports-904b4d1c6f7e19e5f64be86cd4b5268d530beb58.tar.gz
ports-904b4d1c6f7e19e5f64be86cd4b5268d530beb58.zip
Notes
-rw-r--r--devel/libevent/Makefile1
-rw-r--r--devel/libevent2/Makefile3
2 files changed, 1 insertions, 3 deletions
diff --git a/devel/libevent/Makefile b/devel/libevent/Makefile
index 165104ba93d7..125f87d77ac2 100644
--- a/devel/libevent/Makefile
+++ b/devel/libevent/Makefile
@@ -85,7 +85,6 @@ MLINKS= event.3 event_init.3 \
- evdns_config_windows_nameservers.3
.endif
-NO_STAGE= yes
pre-configure:
@${MKDIR} ${WRKSRC}/m4
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)