summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2014-05-29 22:05:38 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2014-05-29 22:05:38 +0000
commit8f15230af2c4270f6774906bebb98226cb59046e (patch)
tree01b8fc9ab2940e14dd7bd06e565b1b5fd2809395 /multimedia
parentmath/spooles*: specify post-extraction with ${TAR} (diff)
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.
Notes
Notes: svn path=/head/; revision=355755
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libdvdcss/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile
index c4a6c7344ff1..4190f128165c 100644
--- a/multimedia/libdvdcss/Makefile
+++ b/multimedia/libdvdcss/Makefile
@@ -26,15 +26,6 @@ BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
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}