svn commit: r355755 - head/multimedia/libdvdcss

Josh Paetzel jpaetzel at FreeBSD.org
Thu May 29 22:05:38 UTC 2014


Author: jpaetzel
Date: Thu May 29 22:05:38 2014
New Revision: 355755
URL: http://svnweb.freebsd.org/changeset/ports/355755
QAT: https://qat.redports.org/buildarchive/r355755/

Log:
  No need to try and patch the docs Makefile,
  it's been replaced with a doxygen config file.
  
  This unbreaks the port build when trying to build the docs.

Modified:
  head/multimedia/libdvdcss/Makefile

Modified: head/multimedia/libdvdcss/Makefile
==============================================================================
--- head/multimedia/libdvdcss/Makefile	Thu May 29 22:02:52 2014	(r355754)
+++ head/multimedia/libdvdcss/Makefile	Thu May 29 22:05:38 2014	(r355755)
@@ -26,15 +26,6 @@ BUILD_DEPENDS+=	doxygen:${PORTSDIR}/deve
 PORTDOCS=	*
 .endif
 
-post-patch:
-.if ${PORT_OPTIONS:MDOXYGEN}
-# we do not want the latex documents... too many dependencies just
-# to get in ps what we already have in html
-	@${REINPLACE_CMD} '/^all:/s/stamp-latex//' ${WRKSRC}/doc/Makefile.in
-.else
-	@${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
-.endif
-
 post-install:
 .if ${PORT_OPTIONS:MDOXYGEN}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list