svn commit: r402890 - head/editors/calligra-l10n

Raphael Kubo da Costa rakuco at FreeBSD.org
Thu Dec 3 17:19:19 UTC 2015


Author: rakuco
Date: Thu Dec  3 17:19:18 2015
New Revision: 402890
URL: https://svnweb.freebsd.org/changeset/ports/402890

Log:
  Convert to USES=metaport.
  
  PR:		201605
  Submitted by:	Andriy Voskoboinyk <s3erios at gmail.com>

Modified:
  head/editors/calligra-l10n/Makefile

Modified: head/editors/calligra-l10n/Makefile
==============================================================================
--- head/editors/calligra-l10n/Makefile	Thu Dec  3 17:08:55 2015	(r402889)
+++ head/editors/calligra-l10n/Makefile	Thu Dec  3 17:19:18 2015	(r402890)
@@ -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 at 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 at valencia cs da de el en_GB es et fi fr \
@@ -53,7 +49,4 @@ ${${lang}_OPT}_RUN_DEPENDS=${${lang}_DET
 ALL_RUN_DEPENDS+=	${${${lang}_OPT}_RUN_DEPENDS}
 .endfor
 
-do-install:
-	@${DO_NADA}
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list