diff options
-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> |