summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-09-06 23:09:36 +0000
committerjhb <jhb@FreeBSD.org>2001-09-06 23:09:36 +0000
commit63b7be18ce51c5820c7fd7adfde0a3b54cbc6a5f (patch)
tree607e24ba825a780ec67c6f0951181b9c97b8446d /x11
parent53a677675218e25f677cb22b37b593a18bb0847e (diff)
downloadFreeBSD-ports-63b7be18ce51c5820c7fd7adfde0a3b54cbc6a5f.zip
FreeBSD-ports-63b7be18ce51c5820c7fd7adfde0a3b54cbc6a5f.tar.gz
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.
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile
index 694f9ad..d72ef1a 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 ; \
OpenPOWER on IntegriCloud