svn commit: r328253 - head/x11/xorg-minimal

Eitan Adler eadler at FreeBSD.org
Wed Sep 25 04:33:55 UTC 2013


Author: eadler
Date: Wed Sep 25 04:33:54 2013
New Revision: 328253
URL: http://svnweb.freebsd.org/changeset/ports/328253

Log:
  xorg-minimal does not build or install anything so it is stage-safe by default.

Modified:
  head/x11/xorg-minimal/Makefile

Modified: head/x11/xorg-minimal/Makefile
==============================================================================
--- head/x11/xorg-minimal/Makefile	Wed Sep 25 04:27:30 2013	(r328252)
+++ head/x11/xorg-minimal/Makefile	Wed Sep 25 04:33:54 2013	(r328253)
@@ -28,7 +28,6 @@ RUN_DEPENDS+=	${LOCALBASE}/lib/xorg/modu
 RUN_DEPENDS+=	${LOCALBASE}/lib/xorg/modules/drivers/${VIDEO_DRIVER}_drv.so:${PORTSDIR}/x11-drivers/xf86-video-${VIDEO_DRIVER}
 .endif
 
-NO_STAGE=	yes
 do-install:
 
 pre-everything::


More information about the svn-ports-all mailing list