diff options
author | bapt <bapt@FreeBSD.org> | 2015-07-13 06:42:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-07-13 06:42:29 +0800 |
commit | 5b5f57574ae131e0aa07e7c6bdb62ed977e6755b (patch) | |
tree | fab3901536cf7f2b1601ba7538e98b44712d5374 /x11 | |
parent | c86c2ff262f912b1a6531a8f2351648ea22253e2 (diff) | |
download | freebsd-ports-gnome-5b5f57574ae131e0aa07e7c6bdb62ed977e6755b.tar.gz freebsd-ports-gnome-5b5f57574ae131e0aa07e7c6bdb62ed977e6755b.tar.zst freebsd-ports-gnome-5b5f57574ae131e0aa07e7c6bdb62ed977e6755b.zip |
Convert to USES=metaport
PR: 201499
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/deforaos-desktop/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/deforaos-desktop/Makefile b/x11/deforaos-desktop/Makefile index 78a6b227a4ba..fddef29ecde2 100644 --- a/x11/deforaos-desktop/Makefile +++ b/x11/deforaos-desktop/Makefile @@ -5,9 +5,6 @@ PORTNAME= desktop PORTVERSION= 0.1 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none PKGNAMEPREFIX= deforaos- MAINTAINER= olivier@cochard.me @@ -26,10 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/keyboard:${PORTSDIR}/x11/deforaos-keyboard \ ${LOCALBASE}/bin/editor:${PORTSDIR}/editors/deforaos-editor \ ${LOCALBASE}/bin/phone:${PORTSDIR}/comms/deforaos-phone -NO_BUILD= yes -NO_MTREE= yes - -do-install: +USES= metaport pre-everything:: @${ECHO_MSG} "This is a meta-port, meaning that it just depends on its subparts of the port." |