diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-28 23:21:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-28 23:21:23 +0800 |
commit | 5b8e3ad31b1fea12727ee1d001b62b97eb430612 (patch) | |
tree | 877f39458e272098da7ec0a116ca627e8b173628 /x11/mate | |
parent | 29116cb81b2510ec0f0995428c13393bb6fb5b1c (diff) | |
download | freebsd-ports-gnome-5b8e3ad31b1fea12727ee1d001b62b97eb430612.tar.gz freebsd-ports-gnome-5b8e3ad31b1fea12727ee1d001b62b97eb430612.tar.zst freebsd-ports-gnome-5b8e3ad31b1fea12727ee1d001b62b97eb430612.zip |
Convert to USES=metaport
Diffstat (limited to 'x11/mate')
-rw-r--r-- | x11/mate/Makefile | 9 | ||||
-rw-r--r-- | x11/mate/pkg-plist | 1 |
2 files changed, 2 insertions, 8 deletions
diff --git a/x11/mate/Makefile b/x11/mate/Makefile index af69c12886be..0781e5b1ec3f 100644 --- a/x11/mate/Makefile +++ b/x11/mate/Makefile @@ -4,13 +4,12 @@ PORTNAME= mate PORTVERSION= 1.8.1 CATEGORIES= x11 mate -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty MAINTAINER= gnome@FreeBSD.org COMMENT= "meta-port" for the MATE integrated X11 desktop +USES= metaport + RUN_DEPENDS= mate-base>=1.8.0:${PORTSDIR}/x11/mate-base \ mate-themes>=1.8.0:${PORTSDIR}/x11-themes/mate-themes \ mate-icon-theme-faenza>=1.8.0:${PORTSDIR}/x11-themes/mate-icon-theme-faenza \ @@ -29,8 +28,4 @@ RUN_DEPENDS= mate-base>=1.8.0:${PORTSDIR}/x11/mate-base \ USE_MATE= pluma:run -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes - .include <bsd.port.mk> diff --git a/x11/mate/pkg-plist b/x11/mate/pkg-plist deleted file mode 100644 index 549a621fec0c..000000000000 --- a/x11/mate/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment this plist intentionally left empty |