aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-12-22 04:19:22 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-12-22 04:19:22 +0000
commit5eebd9643f13c5b0b372ca583b3a924a7c945b5b (patch)
treea0163ccecb7cb1a483ab144b950eec2cbf29b41a /dns
parent68ebd6bea3d0578ab04e1b4d74a445a6ee62ee30 (diff)
downloadports-5eebd9643f13c5b0b372ca583b3a924a7c945b5b.tar.gz
ports-5eebd9643f13c5b0b372ca583b3a924a7c945b5b.zip
Fix installation of docs
Notes
Notes: svn path=/head/; revision=124781
Diffstat (limited to 'dns')
-rw-r--r--dns/sqldjbdns/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/sqldjbdns/Makefile b/dns/sqldjbdns/Makefile
index 82622c558da1..5e12b16c5d46 100644
--- a/dns/sqldjbdns/Makefile
+++ b/dns/sqldjbdns/Makefile
@@ -35,6 +35,7 @@ post-install:
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/create.sql ${EXAMPLESDIR}
.ifndef NOPORTDOCS
+ ${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor