diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-21 01:59:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-21 01:59:00 +0000 |
commit | 38c586c586d6dc7d42e6610aafd3d8b39b99c2cb (patch) | |
tree | 2a179662b26a5ac3c8ad2a47fa64b2aada3d0ec2 | |
parent | 460d71dff9ec584fdcedcd8fdf3c876129173e89 (diff) | |
download | freebsd-ports-38c586c586d6dc7d42e6610aafd3d8b39b99c2cb.zip |
- Stage support
-rw-r--r-- | net/libproxy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/libproxy/Makefile b/net/libproxy/Makefile index 2f767ba8417c..381eb171560c 100644 --- a/net/libproxy/Makefile +++ b/net/libproxy/Makefile @@ -64,8 +64,7 @@ CMAKE_ARGS+= -DWITH_MOZJS:BOOL=OFF . endif .endif -NO_STAGE= yes post-install: - @${MKDIR} ${PREFIX}/lib/libproxy/${PORTVERSION}/modules/ + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/libproxy/${PORTVERSION}/modules/ .include <bsd.port.mk> |