diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 21:59:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 21:59:23 +0000 |
commit | 209ab56cad8f8c4c5d518ef54562ed76137c3576 (patch) | |
tree | 6d8611fda51370a9f90383e113cb27c39bdad162 /security | |
parent | 355c1362d7cffa6b59fdf62fa32b5c6cb750632b (diff) | |
download | freebsd-ports-209ab56cad8f8c4c5d518ef54562ed76137c3576.zip |
Remove pkg_install only bits
Submitted by: maintainer (private mail)
Diffstat (limited to 'security')
-rw-r--r-- | security/bro/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile index cd6c16342146..a4d9f958070a 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -126,10 +126,6 @@ RUN_DEPENDS+= ipsumdump:${PORTSDIR}/net/ipsumdump .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 |