Use INSTALL_WRKSRC instead of home made equivalent
This commit is contained in:
parent
12f5f23eeb
commit
b6876340ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418150
@ -15,6 +15,7 @@ COMMENT= Nesting X server from X.Org
|
||||
LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms
|
||||
|
||||
USES= tar:bzip2 pkgconfig
|
||||
INSTALL_WRKSRC= ${WRKSRC}/hw/xnest
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-dmx \
|
||||
--disable-xephyr \
|
||||
@ -53,8 +54,4 @@ USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \
|
||||
PLIST_FILES= bin/Xnest \
|
||||
man/man1/Xnest.1.gz
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/hw/xnest/Xnest ${STAGEDIR}${PREFIX}/bin/
|
||||
${INSTALL_MAN} ${WRKSRC}/hw/xnest/man/Xnest.1 ${STAGEDIR}${PREFIX}/man/man1/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user