aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-26 09:25:33 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-26 09:25:33 +0000
commit5c7bf71301cf74b9fc42fef0bef4145a737511d3 (patch)
tree138ad7f5c2fd9189b7b74a3bd9e560700aa87ac6
parent63894eb4397f4333d60a61ccba131260ca31e2e7 (diff)
downloadports-5c7bf71301cf74b9fc42fef0bef4145a737511d3.tar.gz
ports-5c7bf71301cf74b9fc42fef0bef4145a737511d3.zip
Notes
-rw-r--r--irc/anope/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile
index a7f220367345..5983f05cd1fe 100644
--- a/irc/anope/Makefile
+++ b/irc/anope/Makefile
@@ -45,7 +45,7 @@ pre-install:
@${MKDIR} ${DATADIR}
post-install:
-.if ${PORT_OPTIONS:MDCOS}
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/docs/,} ${DOCSDIR}/
.endif