aboutsummaryrefslogtreecommitdiff
path: root/devel/kdebindings4
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2009-05-15 18:00:10 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2009-05-15 18:00:10 +0000
commita9804dfd491135242d2e125cf80962628a1219b6 (patch)
treedaba133272da8895751b23f61cd080db702b38a0 /devel/kdebindings4
parentbf21a9fb84a599e7f2b5d9e0020d4ffd83e47a65 (diff)
downloadports-a9804dfd491135242d2e125cf80962628a1219b6.tar.gz
ports-a9804dfd491135242d2e125cf80962628a1219b6.zip
Notes
Diffstat (limited to 'devel/kdebindings4')
-rw-r--r--devel/kdebindings4/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/kdebindings4/Makefile b/devel/kdebindings4/Makefile
index 732809591ca1..4c4bc10dbd3f 100644
--- a/devel/kdebindings4/Makefile
+++ b/devel/kdebindings4/Makefile
@@ -16,7 +16,7 @@ COMMENT= KDE bindings meta port
USE_KDE4= kdeprefix
NO_BUILD= yes
-NO_INSTALL= yes
+# NO_INSTALL= yes
# OPTIONS+= CSHARP "C# bindings" on
# OPTIONS+= JAVA "Java bindings" on
@@ -46,4 +46,7 @@ RUN_DEPENDS+= kdebindings-python>=4.1.0:${PORTSDIR}/devel/kdebindings4-python
# RUN_DEPENDS+= kdebindings-ruby>=4.1.0:${PORTSDIR}/devel/kdebindings4-ruby
# .endif
+do-install:
+ ${DO_NADA}
+
.include <bsd.port.post.mk>