diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:52:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:52:24 +0000 |
commit | eea5b447dacac1ef2abd25db061dbb7ab4b456e8 (patch) | |
tree | e9ff69256a9845ee60f467b137b49a0e21bcc311 /x11-servers/xephyr | |
parent | 8370206e3b269db1256cd3ad8c518e2574eaaa63 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-servers)
Notes
Notes:
svn path=/head/; revision=327782
Diffstat (limited to 'x11-servers/xephyr')
-rw-r--r-- | x11-servers/xephyr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-servers/xephyr/Makefile b/x11-servers/xephyr/Makefile index 08a055bc676d..de0b7b45c9ba 100644 --- a/x11-servers/xephyr/Makefile +++ b/x11-servers/xephyr/Makefile @@ -22,6 +22,7 @@ CONFIGURE_ARGS= --enable-kdrive --enable-xephyr --disable-dmx --disable-xvfb \ SLAVE_PORT= yes PLIST_FILES= bin/Xephyr +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hw/kdrive/ephyr/Xephyr ${PREFIX}/bin/ |