Remove extra bsd.port.options.mk, it already defined in the master port.

Fix typo in vfbserver port.

Obtained from:	xorg-dev repo
This commit is contained in:
Koop Mast 2013-12-31 12:58:50 +00:00
parent e2975a90df
commit f396dfff5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338291
2 changed files with 1 additions and 5 deletions

View File

@ -22,8 +22,6 @@ CONFIGURE_ARGS= --disable-dmx --disable-xvfb \
SLAVE_PORT= yes
PLIST_FILES= bin/Xnest man/man1/Xnest.1.gz
.include <bsd.port.options.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hw/xnest/Xnest ${STAGEDIR}${PREFIX}/bin/
.if defined(WITH_NEW_XORG)

View File

@ -16,14 +16,12 @@ USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \
xkbui xxf86misc xxf86vm xaw7 xmu xpm xext pixman xtrans
CONFIGURE_ARGS= --disable-dmx --disable-xnest \
--without-xmlto --disable-docs --disable-devel1-docs \
--without-xmlto --disable-docs --disable-devel-docs \
--localstatedir=/var --without-dtrace
SLAVE_PORT= yes
PLIST_FILES= bin/Xvfb man/man1/Xvfb.1.gz
.include <bsd.port.options.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hw/vfb/Xvfb ${STAGEDIR}${PREFIX}/bin/
.if defined(WITH_NEW_XORG)