svn commit: r315270 - head/irc/anope
Martin Wilke
miwi at FreeBSD.org
Tue Mar 26 09:25:34 UTC 2013
Author: miwi
Date: Tue Mar 26 09:25:33 2013
New Revision: 315270
URL: http://svnweb.freebsd.org/changeset/ports/315270
Log:
- Unbreak build
Reported by: pointyhat
Modified:
head/irc/anope/Makefile (contents, props changed)
Modified: head/irc/anope/Makefile
==============================================================================
--- head/irc/anope/Makefile Tue Mar 26 09:06:12 2013 (r315269)
+++ head/irc/anope/Makefile Tue Mar 26 09:25:33 2013 (r315270)
@@ -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
More information about the svn-ports-head
mailing list