svn commit: r341151 - head/textproc/bibtex2html

Mathieu Arnold mat at FreeBSD.org
Sun Jan 26 00:53:44 UTC 2014


Author: mat
Date: Sun Jan 26 00:53:44 2014
New Revision: 341151
URL: http://svnweb.freebsd.org/changeset/ports/341151
QAT: https://qat.redports.org/buildarchive/r341151/

Log:
  Fix build when PDFDOCS is disabled.
  
  Sponsored by:	Absolight

Modified:
  head/textproc/bibtex2html/Makefile

Modified: head/textproc/bibtex2html/Makefile
==============================================================================
--- head/textproc/bibtex2html/Makefile	Sun Jan 26 00:52:15 2014	(r341150)
+++ head/textproc/bibtex2html/Makefile	Sun Jan 26 00:53:44 2014	(r341151)
@@ -26,4 +26,7 @@ PORTDOCS=	*
 PLIST_FILES=	bin/aux2bib bin/bib2bib bin/bibtex2html \
 		man/man1/bibtex2html.1.gz man/man1/bib2bib.1.gz man/man1/aux2bib.1.gz
 
+post-install:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list