diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-11 19:45:31 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-11 19:45:31 +0000 |
commit | 522a3ebc0d33c19ca5b03aa045f32339cd7e42a5 (patch) | |
tree | ef2094a620bfc309fd3804be859e2b4730a306e5 /www | |
parent | 3b998074535cf9486bc177654c07529e255a96ca (diff) | |
download | ports-522a3ebc0d33c19ca5b03aa045f32339cd7e42a5.tar.gz ports-522a3ebc0d33c19ca5b03aa045f32339cd7e42a5.zip |
MFJ: Change "all:" to "all::" to make XFree86-3.3 imake config scripts happy.
Notes
Notes:
svn path=/head/; revision=6866
Diffstat (limited to 'www')
-rw-r--r-- | www/chimera/files/patch-aa | 11 | ||||
-rw-r--r-- | www/chimera2/files/patch-aa | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/www/chimera/files/patch-aa b/www/chimera/files/patch-aa index d465aa0bbb37..6de08afc4cb0 100644 --- a/www/chimera/files/patch-aa +++ b/www/chimera/files/patch-aa @@ -9,3 +9,14 @@ /* * OSF1 needs -D_BSD +--- ./compat/Imakefile.org Mon Mar 13 19:48:00 1995 ++++ ./compat/Imakefile Wed Jun 11 12:42:13 1997 +@@ -31,7 +31,7 @@ + + DependTarget() + #else +-all: ++all:: + + depend:: + #endif diff --git a/www/chimera2/files/patch-aa b/www/chimera2/files/patch-aa index d465aa0bbb37..6de08afc4cb0 100644 --- a/www/chimera2/files/patch-aa +++ b/www/chimera2/files/patch-aa @@ -9,3 +9,14 @@ /* * OSF1 needs -D_BSD +--- ./compat/Imakefile.org Mon Mar 13 19:48:00 1995 ++++ ./compat/Imakefile Wed Jun 11 12:42:13 1997 +@@ -31,7 +31,7 @@ + + DependTarget() + #else +-all: ++all:: + + depend:: + #endif |