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 /misc | |
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 'misc')
-rw-r--r-- | misc/kde4-l10n/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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> |