aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>