Date: Wed, 28 Dec 2016 21:27:04 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429828 - head/x11/lxqt-l10n Message-ID: <201612282127.uBSLR4PH011712@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612282127.uBSLR4PH011712>