diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-01 15:55:28 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-01 15:55:28 +0800 |
commit | 94b7f0de38478fd479bbba02922f914a67d1e8dd (patch) | |
tree | cbb85e36e6151b2388d85d9bee8db50ee2886978 /security | |
parent | 81699a8185c1a7a91834849da4f6e5e13c85d5c9 (diff) | |
download | freebsd-ports-gnome-94b7f0de38478fd479bbba02922f914a67d1e8dd.tar.gz freebsd-ports-gnome-94b7f0de38478fd479bbba02922f914a67d1e8dd.tar.zst freebsd-ports-gnome-94b7f0de38478fd479bbba02922f914a67d1e8dd.zip |
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)
Diffstat (limited to 'security')
-rw-r--r-- | security/bro/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile index fd55486f0138..c59040751203 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -111,7 +111,7 @@ RUN_DEPENDS+= ipsumdump:${PORTSDIR}/net/ipsumdump .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 |