1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Use INSTALL_WRKSRC instead of home made equivalent

This commit is contained in:
Baptiste Daroussin 2016-07-06 21:49:28 +00:00
parent 12f5f23eeb
commit b6876340ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418150

View File

@ -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>