svn commit: r384335 - head/net-p2p/twister
Antoine Brodin
antoine at FreeBSD.org
Mon Apr 20 07:27:10 UTC 2015
Author: antoine
Date: Mon Apr 20 07:27:09 2015
New Revision: 384335
URL: https://svnweb.freebsd.org/changeset/ports/384335
Log:
Fix configure
Modified:
head/net-p2p/twister/Makefile
Modified: head/net-p2p/twister/Makefile
==============================================================================
--- head/net-p2p/twister/Makefile Mon Apr 20 07:19:33 2015 (r384334)
+++ head/net-p2p/twister/Makefile Mon Apr 20 07:27:09 2015 (r384335)
@@ -56,7 +56,7 @@ post-patch:
${WRKSRC}/share/genbuild.sh
pre-configure:
- (cd ${WRKSRC} && ./autotool.sh)
+ (cd ${CONFIGURE_WRKSRC} && ./autotool.sh)
do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/twisterd ${STAGEDIR}${PREFIX}/bin
More information about the svn-ports-head
mailing list