diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-28 14:51:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-28 14:51:39 +0000 |
commit | 0d1ff56fd403bb50bbf9ea9b425b042613945724 (patch) | |
tree | ff18115dee0445138265374e3f757a7423290d31 /x11/xorg-apps | |
parent | 377d76adca34a83159eb3ce0d53c5c7ab21e86cb (diff) | |
download | ports-0d1ff56fd403bb50bbf9ea9b425b042613945724.tar.gz ports-0d1ff56fd403bb50bbf9ea9b425b042613945724.zip |
Notes
Diffstat (limited to 'x11/xorg-apps')
-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 f9ea4842347b..f139ea04e14e 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} |