svn commit: r354175 - head/x11-servers/xephyr

Koop Mast kwm at FreeBSD.org
Thu May 15 21:26:24 UTC 2014


Author: kwm
Date: Thu May 15 21:26:23 2014
New Revision: 354175
URL: http://svnweb.freebsd.org/changeset/ports/354175
QAT: https://qat.redports.org/buildarchive/r354175/

Log:
  Revert accident commit in -r351411. This should stop the option dialog
  from spamming the user.
  
  Submitted by:	marino@

Modified:
  head/x11-servers/xephyr/Makefile

Modified: head/x11-servers/xephyr/Makefile
==============================================================================
--- head/x11-servers/xephyr/Makefile	Thu May 15 21:22:17 2014	(r354174)
+++ head/x11-servers/xephyr/Makefile	Thu May 15 21:26:23 2014	(r354175)
@@ -21,8 +21,6 @@ CONFIGURE_ARGS=	--enable-kdrive --enable
 SLAVE_PORT=	yes
 PLIST_FILES=	bin/Xephyr man/man1/Xephyr.1.gz
 
-.include <bsd.port.options.mk>
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/hw/kdrive/ephyr/Xephyr ${STAGEDIR}${PREFIX}/bin/
 .if defined(WITH_NEW_XORG)


More information about the svn-ports-all mailing list