Fix build when PDFDOCS is disabled.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2014-01-26 00:53:44 +00:00
parent 8fe00c1ba3
commit a013c1e300
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341151

View file

@ -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>