diff options
-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 |