aboutsummaryrefslogtreecommitdiff
path: root/textproc/bibtex2html
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-01-26 00:53:44 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-01-26 00:53:44 +0000
commita013c1e300548c2acbeef27310847613a52bf5ca (patch)
tree058cf9fbd6fb1ca14dce8270f91004d20d8dd8f0 /textproc/bibtex2html
parent8fe00c1ba3474b3360cc9c0588416f1ad1e4e322 (diff)
downloadports-a013c1e300548c2acbeef27310847613a52bf5ca.tar.gz
ports-a013c1e300548c2acbeef27310847613a52bf5ca.zip
Notes
Diffstat (limited to 'textproc/bibtex2html')
-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>