diff options
author | John Marino <marino@FreeBSD.org> | 2014-01-10 20:33:45 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-01-10 20:33:45 +0000 |
commit | afcfe0e2fa22e4499fc8b7bc3f9001f9705e9cf7 (patch) | |
tree | f92e3a291320953a8e443046c4141435ebe09afa /security/gnutls | |
parent | c721770f2214c5dbbd7e422eff65f63d8d668237 (diff) | |
download | ports-afcfe0e2fa22e4499fc8b7bc3f9001f9705e9cf7.tar.gz ports-afcfe0e2fa22e4499fc8b7bc3f9001f9705e9cf7.zip |
Notes
Diffstat (limited to 'security/gnutls')
-rw-r--r-- | security/gnutls/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 9a837ba20347..f97b6b81767d 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= nettle:${PORTSDIR}/security/nettle \ CONFLICTS= gnutls-devel-[0-9]* -USES= pathfix pkgconfig iconv gmake perl5 +USES= pathfix pkgconfig iconv gmake perl5 shebangfix USE_PERL5= build USE_BZIP2= yes USE_GNOME= ltverhack @@ -27,6 +27,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool LIBTOOLFILES= configure lib/configure libextra/configure +SHEBANG_FILES= doc/scripts/gdoc doc/scripts/sort2.pl CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -fPIC @@ -79,6 +80,8 @@ PORTEXAMPLES= *.c post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" -type f |\ ${XARGS} ${REINPLACE_CMD} -e 's|[$$][(]LTLIBPTHREAD[)]||g' + @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PREFIX}/bin/perl|g' \ + ${WRKSRC}/doc/doxygen/Doxyfile.in post-install: .if ${PORT_OPTIONS:MEXAMPLES} |