1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Add STAGE support to devel/libevent and devel/libevent2

This commit is contained in:
Martin Matuska 2014-01-19 11:38:34 +00:00
parent d5898cd850
commit 904b4d1c6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340265
2 changed files with 1 additions and 3 deletions

View File

@ -85,7 +85,6 @@ MLINKS= event.3 event_init.3 \
- evdns_config_windows_nameservers.3
.endif
NO_STAGE= yes
pre-configure:
@${MKDIR} ${WRKSRC}/m4

View File

@ -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)