diff options
author | jmz <jmz@FreeBSD.org> | 1997-02-05 02:57:10 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1997-02-05 02:57:10 +0000 |
commit | 1d7d36050c129b8cc14e0334f9f75a2978b3fbed (patch) | |
tree | b305e20ecc6eadc0cc608f26f21d4727599acb83 /x11/XFree86/Makefile | |
parent | 9e37f0d1aecb8c63179d5bb2697a4c672ede3c1a (diff) | |
download | FreeBSD-ports-1d7d36050c129b8cc14e0334f9f75a2978b3fbed.zip FreeBSD-ports-1d7d36050c129b8cc14e0334f9f75a2978b3fbed.tar.gz |
PATCH_DIST_STRIP=-p1 is required for fix-01
Diffstat (limited to 'x11/XFree86/Makefile')
-rw-r--r-- | x11/XFree86/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index c09a2d6..9d4fb06 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.26 1997/01/08 12:27:18 asami Exp $ +# $Id: Makefile,v 1.27 1997/02/02 17:25:14 jmz Exp $ # DISTNAME= xc @@ -22,6 +22,7 @@ PATCH_SITES= ftp://ftp.xfree86.org/pub/XFree86/3.2/fixes/ \ DISTFILES= X32src-1.tgz X32src-2.tgz PATCHFILES= 3.2-fix-01 +PATCH_DIST_STRIP= -p1 MAINTAINER= jmz@FreeBSD.ORG |