svn commit: r367093 - head/security/bro

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 2 21:59:24 UTC 2014


Author: bapt
Date: Tue Sep  2 21:59:23 2014
New Revision: 367093
URL: http://svnweb.freebsd.org/changeset/ports/367093
QAT: https://qat.redports.org/buildarchive/r367093/

Log:
  Remove pkg_install only bits
  
  Submitted by:	maintainer (private mail)

Modified:
  head/security/bro/Makefile

Modified: head/security/bro/Makefile
==============================================================================
--- head/security/bro/Makefile	Tue Sep  2 21:57:21 2014	(r367092)
+++ head/security/bro/Makefile	Tue Sep  2 21:59:23 2014	(r367093)
@@ -126,10 +126,6 @@ RUN_DEPENDS+=	ipsumdump:${PORTSDIR}/net/
 
 .if ${PORT_OPTIONS:MBROCTL}
 post-install:
-.if defined(BRO_PREFIX) && !defined(WITH_PKGNG) && !exists(${BRO_PREFIX})
-	# pkg_install needs PREFIX in order to make a package from STAGEDIR/PREFIX
-	@${MKDIR} ${PREFIX}
-.endif
 	@${MKDIR} ${STAGEDIR}${PREFIX}/logs
 .if ${PORT_OPTIONS:MBROCTL}
 	@${MKDIR} ${STAGEDIR}${PREFIX}/spool/tmp


More information about the svn-ports-head mailing list