diff options
author | mat <mat@FreeBSD.org> | 2014-01-26 08:53:44 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-01-26 08:53:44 +0800 |
commit | 82ab2f19c697d14bf03ea13f3620a658e303b144 (patch) | |
tree | 058cf9fbd6fb1ca14dce8270f91004d20d8dd8f0 | |
parent | 057cbc5d1bab05fba321f16ad28d7f7694da965a (diff) | |
download | freebsd-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
-rw-r--r-- | textproc/bibtex2html/Makefile | 3 |
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> |