mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
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:
parent
e2975a90df
commit
f396dfff5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338291
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user