aboutsummaryrefslogtreecommitdiff
path: root/net/libproxy
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-01-19 09:50:10 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-01-19 09:50:10 +0000
commite799f2f50a6645721a225a0326ff014b4e8aa24d (patch)
tree1454115eb8e2fdbab72c0980c8f71e1d16094f13 /net/libproxy
parent9411038eacf8c027319e1ce2f480630a0e063c5d (diff)
Notes
Diffstat (limited to 'net/libproxy')
-rw-r--r--net/libproxy/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/libproxy/Makefile b/net/libproxy/Makefile
index e8b88936121f..619ed419c3bf 100644
--- a/net/libproxy/Makefile
+++ b/net/libproxy/Makefile
@@ -66,7 +66,10 @@ CMAKE_ARGS+= -DWITH_MOZJS:BOOL=OFF
. endif
.endif
+# This will be removed after the update to 0.4.12.
+.if !target(post-install)
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/libproxy/${PORTVERSION}/modules/
+.endif
.include <bsd.port.mk>