svn commit: r335368 - head/security/bro

Antoine Brodin antoine at FreeBSD.org
Sun Dec 1 07:55:29 UTC 2013


Author: antoine
Date: Sun Dec  1 07:55:28 2013
New Revision: 335368
URL: http://svnweb.freebsd.org/changeset/ports/335368

Log:
  Revert part of previous commit, old pkg_create is unable to create a
  package if it can't resolve prefix
  
  Submitted by:	Craig Leres (maintainer)

Modified:
  head/security/bro/Makefile

Modified: head/security/bro/Makefile
==============================================================================
--- head/security/bro/Makefile	Sun Dec  1 07:29:17 2013	(r335367)
+++ head/security/bro/Makefile	Sun Dec  1 07:55:28 2013	(r335368)
@@ -111,7 +111,7 @@ RUN_DEPENDS+=	ipsumdump:${PORTSDIR}/net/
 .if ${PORT_OPTIONS:MBROCTL}
 post-stage::
 .if defined(BRO_PREFIX)
-	@${MKDIR} ${STAGEDIR}${PREFIX}
+	@${MKDIR} ${PREFIX}
 .endif
 	@${MKDIR} ${STAGEDIR}${PREFIX}/spool/installed-scripts-do-not-touch/auto
 	@${MKDIR} ${STAGEDIR}${PREFIX}/spool/installed-scripts-do-not-touch/site


More information about the svn-ports-all mailing list