svn commit: r306611 - head/databases/tora

Baptiste Daroussin bapt at FreeBSD.org
Mon Oct 29 13:21:57 UTC 2012


Author: bapt
Date: Mon Oct 29 13:21:56 2012
New Revision: 306611
URL: http://svn.freebsd.org/changeset/ports/306611

Log:
  Fix docs logic after conversion
  
  Reported by:	jhale
  Feature safe:	yes

Modified:
  head/databases/tora/Makefile

Modified: head/databases/tora/Makefile
==============================================================================
--- head/databases/tora/Makefile	Mon Oct 29 13:20:11 2012	(r306610)
+++ head/databases/tora/Makefile	Mon Oct 29 13:21:56 2012	(r306611)
@@ -54,10 +54,10 @@ run-autotools:
 
 pre-configure:
 .if ${PORT_OPTIONS:MDOCS}
-	@${REINPLACE_CMD} -e 's|test doc|test|' ${WRKSRC}/Makefile.am
-.else
 	@${REINPLACE_CMD} -e 's|/etc/torarc|${PREFIX}/etc/torarc|'	\
 		${PREFIX2FIX:S|^|${WRKSRC}/|}
+.else
+	@${REINPLACE_CMD} -e 's|test doc|test|' ${WRKSRC}/Makefile.am
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list