svn commit: r469245 - in head/security: libressl libressl-devel

Bernard Spil brnrd at FreeBSD.org
Sun May 6 19:08:27 UTC 2018


Author: brnrd
Date: Sun May  6 19:08:25 2018
New Revision: 469245
URL: https://svnweb.freebsd.org/changeset/ports/469245

Log:
  security/libressl: Don't stage man3 manpages if MAN3 off

Modified:
  head/security/libressl-devel/Makefile
  head/security/libressl/Makefile

Modified: head/security/libressl-devel/Makefile
==============================================================================
--- head/security/libressl-devel/Makefile	Sun May  6 18:49:50 2018	(r469244)
+++ head/security/libressl-devel/Makefile	Sun May  6 19:08:25 2018	(r469245)
@@ -27,7 +27,7 @@ CONFLICTS_INSTALL=	libressl-[0-9]* \
 NC_CONFIGURE_ENABLE=	nc
 
 GNU_CONFIGURE=	yes
-USES=		autoreconf cpe libtool pathfix pkgconfig
+USES=		cpe libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 OPTIONS_SUB=	yes
 CFLAGS+=	-fpic -DPIC -Wl,-rpath,${PREFIX}/lib -Wl,--as-needed

Modified: head/security/libressl/Makefile
==============================================================================
--- head/security/libressl/Makefile	Sun May  6 18:49:50 2018	(r469244)
+++ head/security/libressl/Makefile	Sun May  6 19:08:25 2018	(r469245)
@@ -26,7 +26,7 @@ CONFLICTS_INSTALL=	libressl-devel-[0-9]* \
 NC_CONFIGURE_ENABLE=	nc
 
 GNU_CONFIGURE=	yes
-USES=		autoreconf cpe libtool pathfix pkgconfig
+USES=		cpe libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 OPTIONS_SUB=	yes
 CFLAGS+=	-fpic -DPIC -Wl,-rpath,${PREFIX}/lib -Wl,--as-needed


More information about the svn-ports-all mailing list