diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-26 09:25:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-26 09:25:33 +0000 |
commit | 5c7bf71301cf74b9fc42fef0bef4145a737511d3 (patch) | |
tree | 138ad7f5c2fd9189b7b74a3bd9e560700aa87ac6 /irc | |
parent | 63894eb4397f4333d60a61ccba131260ca31e2e7 (diff) | |
download | ports-5c7bf71301cf74b9fc42fef0bef4145a737511d3.tar.gz ports-5c7bf71301cf74b9fc42fef0bef4145a737511d3.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/anope/Makefile | 2 |
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 |