diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-28 14:51:39 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-28 14:51:39 +0000 |
commit | f582456c785e63633e8597b76b4a2f24aeac7410 (patch) | |
tree | ff18115dee0445138265374e3f757a7423290d31 | |
parent | 7d7d818d302b2a5f3d6c6f00171d1a32f9343091 (diff) | |
download | FreeBSD-ports-f582456c785e63633e8597b76b4a2f24aeac7410.zip FreeBSD-ports-f582456c785e63633e8597b76b4a2f24aeac7410.tar.gz |
Convert to USES=metaport
-rw-r--r-- | x11/xorg-apps/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11/xorg-apps/Makefile b/x11/xorg-apps/Makefile index f9ea484..f139ea0 100644 --- a/x11/xorg-apps/Makefile +++ b/x11/xorg-apps/Makefile @@ -4,9 +4,6 @@ PORTNAME= xorg-apps PORTVERSION= 7.7 PORTREVISION= 2 CATEGORIES= x11 -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= x11@FreeBSD.org COMMENT= X.org apps meta-port @@ -24,9 +21,7 @@ COMPONENTS= appres bitmap xf86dga:dga iceauth luit \ # These three are added for convenience purposes only. COMPONENTS+= x11-wm/twm:twm x11-clocks/xclock:xclock xinit xterm -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes +USES= metaport .for comp in ${COMPONENTS} OPTIONS_DEFINE+= ${comp:C/:.*//:C/.*\///:tu} |