aboutsummaryrefslogtreecommitdiff
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
parentbf21a9fb84a599e7f2b5d9e0020d4ffd83e47a65 (diff)
downloadports-a9804dfd491135242d2e125cf80962628a1219b6.tar.gz
ports-a9804dfd491135242d2e125cf80962628a1219b6.zip
Notes
-rw-r--r--devel/kdebindings4-python/Makefile5
-rw-r--r--devel/kdebindings4/Makefile5
-rw-r--r--misc/kde4-l10n/Makefile5
3 files changed, 12 insertions, 3 deletions
diff --git a/devel/kdebindings4-python/Makefile b/devel/kdebindings4-python/Makefile
index 84af8681f5bf..aa442ba65632 100644
--- a/devel/kdebindings4-python/Makefile
+++ b/devel/kdebindings4-python/Makefile
@@ -17,7 +17,7 @@ COMMENT= Meta port of Python bindings for KDE
USE_KDE4= kdeprefix
NO_BUILD= yes
-NO_INSTALL= yes
+# NO_INSTALL= yes
OPTIONS+= KROSSPYTHON "Kross Python scripting library" on
OPTIONS+= PYKDE4 "Kde bindings" on
@@ -32,4 +32,7 @@ RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/krosspython.so:${PORTSDIR}/devel/kdebindin
RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/kpythonpluginfactory.so:${PORTSDIR}/devel/kdebindings4-python-pykde4
.endif
+do-install:
+ ${DO_NADA}
+
.include <bsd.port.post.mk>
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>
diff --git a/misc/kde4-l10n/Makefile b/misc/kde4-l10n/Makefile
index 89d7a640c97d..53096c42566c 100644
--- a/misc/kde4-l10n/Makefile
+++ b/misc/kde4-l10n/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Localized messages and documentation for KDE
NO_BUILD= yes
-NO_INSTALL= yes
+# NO_INSTALL= yes
USE_KDE4= kdeprefix
KDE4_LANG_ALL= ar bg bn_IN ca cs csb da de el en_GB eo es et eu fi fr \
@@ -60,4 +60,7 @@ RUN_DEPENDS+= ${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT}
.endif
.endfor
+do-install:
+ ${DO_NADA}
+
.include <bsd.port.post.mk>