diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-04-20 07:27:09 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-04-20 07:27:09 +0000 |
commit | c6dab49472bb68e9feab9dc534633d1bf919f2e9 (patch) | |
tree | 5f0dd9929233be5fb5c9da8c831cea472e928b84 /net-p2p | |
parent | 6754de566084e4cd7b5e44eceddf8a10837ae2d0 (diff) | |
download | ports-c6dab49472bb68e9feab9dc534633d1bf919f2e9.tar.gz ports-c6dab49472bb68e9feab9dc534633d1bf919f2e9.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/twister/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/twister/Makefile b/net-p2p/twister/Makefile index 04e61dcd7161..af15e86e14ed 100644 --- a/net-p2p/twister/Makefile +++ b/net-p2p/twister/Makefile @@ -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 |