Use empty install target instead of NO_INSTALL in meta ports

This commit is contained in:
Max Brazhnikov 2009-05-15 18:00:10 +00:00
parent bf21a9fb84
commit a9804dfd49
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233951
3 changed files with 12 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>