diff options
author | John Baldwin <jhb@FreeBSD.org> | 2001-09-06 23:09:36 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2001-09-06 23:09:36 +0000 |
commit | be5469597d0bb8a7ea005079451c30d9291a2f0e (patch) | |
tree | 712cfe0f6fe937ae9938e5002bcb878cbadca71d /x11/XFree86/Makefile | |
parent | Shorten pkg-comment and capitalize country names. (diff) |
The 3.3.6 to 3.3.6a (3.3.7?) patch changed the name of the DGUX docs from
DGux.* to DGUX.* w/o the accompanying rename of the sgml source file.
To workaround, just rename the file in post-extract in the BUILD_XDIST
case.
Notes
Notes:
svn path=/head/; revision=47485
Diffstat (limited to 'x11/XFree86/Makefile')
-rw-r--r-- | x11/XFree86/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index 694f9ad8dea1..d72ef1a1b709 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -69,6 +69,8 @@ post-extract: .if defined(BUILD_XDIST) @${CP} ${WRKSRC}/programs/Xserver/hw/xfree86/LinkKit/README \ ${WRKSRC}/programs/Xserver/hw/xfree86/doc/sgml + @${MV} ${WRKSRC}/programs/Xserver/hw/xfree86/doc/sgml/DGux.sgml \ + ${WRKSRC}/programs/Xserver/hw/xfree86/doc/sgml/DGUX.sgml .endif @if [ -r ${FILESDIR}/config ]; then \ ${ECHO} Using your existing ${FILESDIR}/config ; \ |