Date: Tue, 2 Sep 2014 21:59:24 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367093 - head/security/bro Message-ID: <201409022159.s82LxOfJ086251@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409022159.s82LxOfJ086251>