svn commit: r365605 - head/textproc/tokyodystopia

Adam Weinberger adamw at FreeBSD.org
Fri Aug 22 00:16:57 UTC 2014


Author: adamw
Date: Fri Aug 22 00:16:56 2014
New Revision: 365605
URL: http://svnweb.freebsd.org/changeset/ports/365605
QAT: https://qat.redports.org/buildarchive/r365605/

Log:
  The MDOCS check was backwards, which broke packaging. The whole check was
  unnecessary, so I've just ripped it out entirely.

Modified:
  head/textproc/tokyodystopia/Makefile

Modified: head/textproc/tokyodystopia/Makefile
==============================================================================
--- head/textproc/tokyodystopia/Makefile	Thu Aug 21 23:38:59 2014	(r365604)
+++ head/textproc/tokyodystopia/Makefile	Fri Aug 22 00:16:56 2014	(r365605)
@@ -25,8 +25,6 @@ PLIST_SUB=	SHLIB_VER=${SHLIB_VER} SHLIB_
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-extract:
 	@${RM} ${WRKSRC}/doc/index.html~
 
@@ -34,10 +32,5 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|@prefix@/libdata/pkgconfig|' \
 		-e 's|DATADIR =.*|DATADIR = ${DOCSDIR}|' \
 		${WRKSRC}/Makefile.in
-.if ${PORT_OPTIONS:MDOCS}
-	@${REINPLACE_CMD} -e 's|mkdir -p $$(DESTDIR)$$(DATADIR)||' \
-		-e 's|cp -Rf $$(DOCUMENTFILES) $$(DESTDIR)$$(DATADIR)||' \
-		${WRKSRC}/Makefile.in
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list