aboutsummaryrefslogtreecommitdiff
path: root/net/libproxy
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-21 01:59:00 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-21 01:59:00 +0000
commit38c586c586d6dc7d42e6610aafd3d8b39b99c2cb (patch)
tree2a179662b26a5ac3c8ad2a47fa64b2aada3d0ec2 /net/libproxy
parent460d71dff9ec584fdcedcd8fdf3c876129173e89 (diff)
downloadports-38c586c586d6dc7d42e6610aafd3d8b39b99c2cb.tar.gz
ports-38c586c586d6dc7d42e6610aafd3d8b39b99c2cb.zip
- Stage support
Notes
Notes: svn path=/head/; revision=345303
Diffstat (limited to 'net/libproxy')
-rw-r--r--net/libproxy/Makefile3
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>