Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2013 07:55:29 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335368 - head/security/bro
Message-ID:  <201312010755.rB17tTT1034863@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312010755.rB17tTT1034863>