summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2015-12-03 17:19:18 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2015-12-03 17:19:18 +0000
commit9bc55d89bbc3e1628ff0cf6436095d2f3e208498 (patch)
treef4276f7558b8453b5c2519ca1f51fe169d1cd951 /editors
parentlibpng security fix was not complete. New version released. (diff)
Convert to USES=metaport.
PR: 201605 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Notes
Notes: svn path=/head/; revision=402890
Diffstat (limited to 'editors')
-rw-r--r--editors/calligra-l10n/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/editors/calligra-l10n/Makefile b/editors/calligra-l10n/Makefile
index ec9c5c64da6a..be4359d7fe6c 100644
--- a/editors/calligra-l10n/Makefile
+++ b/editors/calligra-l10n/Makefile
@@ -4,15 +4,11 @@ PORTNAME= calligra-l10n
PORTVERSION= ${CALLIGRA_VERSION}
PORTREVISION= 3
CATEGORIES= editors kde
-MASTER_SITES= # none
-DISTFILES= # none
-EXTRACT_ONLY= # none
MAINTAINER= kde@FreeBSD.org
COMMENT= Localized messages and documentation for Calligra
-NO_ARCH= yes
-NO_BUILD= yes
+USES= metaport
USE_KDE4= kdeprefix
CALLIGRA_LANG_ALL= bs ca ca@valencia cs da de el en_GB es et fi fr \
@@ -53,7 +49,4 @@ ${${lang}_OPT}_RUN_DEPENDS=${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT}
ALL_RUN_DEPENDS+= ${${${lang}_OPT}_RUN_DEPENDS}
.endfor
-do-install:
- @${DO_NADA}
-
.include <bsd.port.mk>