Unbreak fetch

Reported by:	antoine@
This commit is contained in:
Olivier Duchateau 2016-12-23 16:34:52 +00:00
parent d7edc930f5
commit 9c92b2246f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429275
5 changed files with 5 additions and 9 deletions

View file

@ -4,6 +4,7 @@
PORTNAME= liblxqt-l10n
PORTVERSION= 0.11.1
CATEGORIES= devel
MASTER_SITES= LXQT/lxqt-l10n
DISTNAME= lxqt-l10n-${DISTVERSION}
MAINTAINER= olivierd@FreeBSD.org

View file

@ -4,6 +4,7 @@
PORTNAME= lximageqt-l10n
PORTVERSION= 0.11.1
CATEGORIES= graphics
MASTER_SITES= LXQT/lxqt-l10n
DISTNAME= lxqt-l10n-${DISTVERSION}
MAINTAINER= olivierd@FreeBSD.org

View file

@ -4,6 +4,7 @@
PORTNAME= pcmanfmqt-l10n
PORTVERSION= 0.11.1
CATEGORIES= x11-fm
MASTER_SITES= LXQT/lxqt-l10n
DISTNAME= lxqt-l10n-${DISTVERSION}
MAINTAINER= olivierd@FreeBSD.org

View file

@ -4,6 +4,7 @@
PORTNAME= libfmqt-l10n
PORTVERSION= 0.11.1
CATEGORIES= x11
MASTER_SITES= LXQT/lxqt-l10n
DISTNAME= lxqt-l10n-${DISTVERSION}
MAINTAINER= olivierd@FreeBSD.org

View file

@ -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,13 +15,6 @@ RUN_DEPENDS= liblxqt-l10n>=0.11:devel/liblxqt-l10n \
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
USE_LXQT= lxqt
NO_BUILD= yes
NO_INSTALL= yes
NO_MTREE= yes
NO_ARCH= yes
USES= lxqt metaport tar:xz
.include <bsd.port.mk>