diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-06-02 18:05:53 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-06-02 18:05:53 +0000 |
commit | d059e3286c1baacd8d26993bfbb80c9403e492f4 (patch) | |
tree | eb63d4ece108e0ffc290ccece4a9d4776dcec5fc /x11/xorg-libraries | |
parent | 23f903a4a391122255c41c3e357d4b82029e2270 (diff) | |
download | ports-d059e3286c1baacd8d26993bfbb80c9403e492f4.tar.gz ports-d059e3286c1baacd8d26993bfbb80c9403e492f4.zip |
Notes
Diffstat (limited to 'x11/xorg-libraries')
-rw-r--r-- | x11/xorg-libraries/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xorg-libraries/Makefile b/x11/xorg-libraries/Makefile index f25613d6e329..5adef4bd2c4b 100644 --- a/x11/xorg-libraries/Makefile +++ b/x11/xorg-libraries/Makefile @@ -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 |