svn commit: r429828 - head/x11/lxqt-l10n

Olivier Duchateau olivierd at FreeBSD.org
Wed Dec 28 21:27:05 UTC 2016


Author: olivierd
Date: Wed Dec 28 21:27:04 2016
New Revision: 429828
URL: https://svnweb.freebsd.org/changeset/ports/429828

Log:
  Fix 'metaport' infrastructure (doesn't need to fetch something)
  
  Pointed by:	mat@

Modified:
  head/x11/lxqt-l10n/Makefile

Modified: head/x11/lxqt-l10n/Makefile
==============================================================================
--- head/x11/lxqt-l10n/Makefile	Wed Dec 28 21:10:53 2016	(r429827)
+++ head/x11/lxqt-l10n/Makefile	Wed Dec 28 21:27:04 2016	(r429828)
@@ -4,7 +4,6 @@
 PORTNAME=	lxqt-l10n
 PORTVERSION=	0.11.1
 CATEGORIES=	x11
-MASTER_SITES=	LXQT/${PORTNAME}
 
 MAINTAINER=	olivierd at FreeBSD.org
 COMMENT=	Translations of LXQt components
@@ -16,12 +15,6 @@ RUN_DEPENDS=	liblxqt-l10n>=0.11:devel/li
 	libfmqt-l10n>=0.11:x11/libfmqt-l10n \
 	pcmanfmqt-l10n>=0.11:x11-fm/pcmanfmqt-l10n
 
-# Can't use metaport, because we need to fetch tarball
-USES=	lxqt tar:xz
-
-NO_BUILD=	yes
-NO_INSTALL=	yes
-NO_MTREE=	yes
-NO_ARCH=	yes
+USES=	metaport
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list