Date: Sat, 17 Jan 2015 21:45:39 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377260 - head/x11/xorg-apps Message-ID: <201501172145.t0HLjdSX085791@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Jan 17 21:45:38 2015 New Revision: 377260 URL: https://svnweb.freebsd.org/changeset/ports/377260 QAT: https://qat.redports.org/buildarchive/r377260/ Log: This is actually a meta port no need to install anything Deleted: head/x11/xorg-apps/pkg-plist Modified: head/x11/xorg-apps/Makefile Modified: head/x11/xorg-apps/Makefile ============================================================================== --- head/x11/xorg-apps/Makefile Sat Jan 17 21:44:42 2015 (r377259) +++ head/x11/xorg-apps/Makefile Sat Jan 17 21:45:38 2015 (r377260) @@ -2,7 +2,7 @@ PORTNAME= xorg-apps PORTVERSION= 7.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= # none DISTFILES= # none @@ -25,10 +25,8 @@ COMPONENTS= appres bitmap xf86dga:dga ic COMPONENTS+= x11-wm/twm:twm x11-clocks/xclock:xclock xinit xterm NO_BUILD= yes - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/libdata/xorg - ${TOUCH} ${STAGEDIR}${PREFIX}/libdata/xorg/apps +NO_INSTALL= yes +NO_MTREE= yes .for comp in ${COMPONENTS} OPTIONS_DEFINE+= ${comp:C/:.*//:C/.*\///:tu}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501172145.t0HLjdSX085791>