diff options
Diffstat (limited to 'security/tor-devel/Makefile')
-rw-r--r-- | security/tor-devel/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index b648cc44cce9..220487341589 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tor -DISTVERSION= 0.2.2.23-alpha +DISTVERSION= 0.2.2.24-alpha CATEGORIES= security net ipv6 MASTER_SITES= http://www.torproject.org/dist/ \ ftp://ftp.bit.nl/mirror/tor/ \ @@ -106,8 +106,6 @@ post-patch: ${WRKSRC}/contrib/Makefile.in @${REINPLACE_CMD} -e '\|^install-data-am:|s|install-docDATA||' \ ${WRKSRC}/doc/Makefile.in - @${REINPLACE_CMD} -e '\|CFLAGS=|{s|-g||;s|-O[0-9]\{0,1\}||;}' \ - -e 's|netinet/in6||g' ${WRKSRC}/configure post-configure: @${FIND} -X ${WRKSRC} -type f -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \ |