diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-05-15 21:26:23 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-05-15 21:26:23 +0000 |
commit | f4fc5055dc431a278b24d2b6e21dceac6cbfb70a (patch) | |
tree | 0bc88ffca88480480ac863fca0979d1a90515833 /x11-servers/xephyr | |
parent | 2e13afc4af918592f2cc27f4f9883df8680a1594 (diff) |
Revert accident commit in -r351411. This should stop the option dialog
from spamming the user.
Submitted by: marino@
Notes
Notes:
svn path=/head/; revision=354175
Diffstat (limited to 'x11-servers/xephyr')
-rw-r--r-- | x11-servers/xephyr/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11-servers/xephyr/Makefile b/x11-servers/xephyr/Makefile index f62b4b09b5b4..6b33cf0bb6d8 100644 --- a/x11-servers/xephyr/Makefile +++ b/x11-servers/xephyr/Makefile @@ -21,8 +21,6 @@ CONFIGURE_ARGS= --enable-kdrive --enable-xephyr --disable-dmx --disable-xvfb \ 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) |