Fix extraction of Wraphelp2.gz, which was being taken from the wrong directory.
Submitted by: Greg J. <xcas@cox.net>
This commit is contained in:
parent
23f903a4a3
commit
d059e3286c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110691
@ -44,7 +44,7 @@ XINSTALL_DIRS= include lib nls programs/Xserver/include \
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-extract:
|
||||
${GUNZIP_CMD} -c ${DISTDIR}/Wraphelp2.gz > ${WRKSRC}/lib/Xdmcp/Wraphelp.c
|
||||
${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/Wraphelp2.gz > ${WRKSRC}/lib/Xdmcp/Wraphelp.c
|
||||
|
||||
post-patch:
|
||||
${CP} ${FILESDIR}/nls-Compose-microsoft-cp1251 ${WRKSRC}/nls/Compose/microsoft-cp1251
|
||||
|
Loading…
Reference in New Issue
Block a user