aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-01-26 08:53:44 +0800
committermat <mat@FreeBSD.org>2014-01-26 08:53:44 +0800
commit82ab2f19c697d14bf03ea13f3620a658e303b144 (patch)
tree058cf9fbd6fb1ca14dce8270f91004d20d8dd8f0 /textproc
parent057cbc5d1bab05fba321f16ad28d7f7694da965a (diff)
downloadfreebsd-ports-gnome-82ab2f19c697d14bf03ea13f3620a658e303b144.tar.gz
freebsd-ports-gnome-82ab2f19c697d14bf03ea13f3620a658e303b144.tar.zst
freebsd-ports-gnome-82ab2f19c697d14bf03ea13f3620a658e303b144.zip
Fix build when PDFDOCS is disabled.
Sponsored by: Absolight
Diffstat (limited to 'textproc')
-rw-r--r--textproc/bibtex2html/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/bibtex2html/Makefile b/textproc/bibtex2html/Makefile
index f2d10b7165a4..f01d92dede90 100644
--- a/textproc/bibtex2html/Makefile
+++ b/textproc/bibtex2html/Makefile
@@ -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>