aboutsummaryrefslogtreecommitdiff
path: root/news/diablo/files
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-03-22 08:40:18 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-03-22 08:40:18 +0000
commit8d62dc5baf885a7bf5b9e23ff9e7dcf71cff3c37 (patch)
tree96e52b2f530cc226d717717768820f0c15781d32 /news/diablo/files
parent0a4bf1884ea1931e17102ab10ecc514753104af8 (diff)
downloadports-8d62dc5baf885a7bf5b9e23ff9e7dcf71cff3c37.tar.gz
ports-8d62dc5baf885a7bf5b9e23ff9e7dcf71cff3c37.zip
(finally!) upgrade to 3.0-REL.
Notes
Notes: svn path=/head/; revision=40190
Diffstat (limited to 'news/diablo/files')
-rw-r--r--news/diablo/files/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/news/diablo/files/patch-ab b/news/diablo/files/patch-ab
new file mode 100644
index 000000000000..e94da50316b0
--- /dev/null
+++ b/news/diablo/files/patch-ab
@@ -0,0 +1,12 @@
+--- XMakefile.inst.orig Wed Mar 21 18:12:44 2001
++++ XMakefile.inst Wed Mar 21 18:13:49 2001
+@@ -2,8 +2,8 @@
+ .set BD
+ #include "XMakefile.inc"
+
+-.set IDIRS dbin samples samples/adm
+ .set TDIRS `find samples -type d -print | fgrep -v CVS`
++.set IDIRS dbin $(TDIRS)
+ .set IFILES `find $(IDIRS) \( -type f -o -type l \) -print | sort | uniq | fgrep -v CVS`
+ .set TFILES `find samples \( -type f -o -type l \) -print | fgrep -v CVS`
+ .set IMAN `find man \( -type f -o -type l \) -print | fgrep -v CVS`