diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-26 00:53:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-26 00:53:44 +0000 |
commit | a013c1e300548c2acbeef27310847613a52bf5ca (patch) | |
tree | 058cf9fbd6fb1ca14dce8270f91004d20d8dd8f0 /textproc/bibtex2html | |
parent | 8fe00c1ba3474b3360cc9c0588416f1ad1e4e322 (diff) | |
download | ports-a013c1e300548c2acbeef27310847613a52bf5ca.tar.gz ports-a013c1e300548c2acbeef27310847613a52bf5ca.zip |
Notes
Diffstat (limited to 'textproc/bibtex2html')
-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> |