diff options
author | makc <makc@FreeBSD.org> | 2009-05-16 02:00:10 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-05-16 02:00:10 +0800 |
commit | 08033195531ea345025482467c797b2067dcf780 (patch) | |
tree | dbfe8c7d42db2097a2594e6c73f052285278bafe /devel | |
parent | cc933f9968fa759ea2e5323164c7f48cb71a639c (diff) | |
download | freebsd-ports-gnome-08033195531ea345025482467c797b2067dcf780.tar.gz freebsd-ports-gnome-08033195531ea345025482467c797b2067dcf780.tar.zst freebsd-ports-gnome-08033195531ea345025482467c797b2067dcf780.zip |
Use empty install target instead of NO_INSTALL in meta ports
Diffstat (limited to 'devel')
-rw-r--r-- | devel/kdebindings4-python/Makefile | 5 | ||||
-rw-r--r-- | devel/kdebindings4/Makefile | 5 |
2 files changed, 8 insertions, 2 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> |