diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2002-08-15 20:44:27 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2002-08-15 20:44:27 +0000 |
commit | 6efbfe0d64ea4fedaf5038a8f784214fbfa896c3 (patch) | |
tree | cf094e14644be7fafe1bbff9e0fd7fc062bcfe2d /x11/XFree86-4-libraries/Makefile | |
parent | Use my own binaries for linux_dri which are fixed to work on -stable, using a (diff) |
gzip the new patches to help users who are getting mangled text files from
${MASTER_SITE_LOCAL}
PR: 41408
Notes
Notes:
svn path=/head/; revision=64554
Diffstat (limited to 'x11/XFree86-4-libraries/Makefile')
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index 2e042030e41b..70607f1e8fd2 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -21,7 +21,7 @@ PATCH_SITES= ${MASTER_SITE_XFREE:S/source//g:S/$/:x/} \ ${MASTER_SITE_LOCAL:S/$/:patch420/} PATCH_SITE_SUBDIR= ${PORTVERSION}/fixes/:x \ anholt/patches-4.2.0/:patch420 -PATCHFILES= patch-XlcDL.c:patch420 \ +PATCHFILES= patch-XlcDL.c.gz:patch420 \ 4.2.0-libGLU-bad-extern.patch:x PATCH_DIST_STRIP= -p1 |