diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 03:49:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 03:49:05 +0000 |
commit | 28e7382123cbc7ef132190c6b3c29b101db38cfc (patch) | |
tree | a9d50288bd0e48228abd908a6f7bd8be06c4e7bd /x11-servers/Xatm/files/patch-ab | |
parent | PR: 51521 (diff) |
As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove these ports that have been broken for >4 months (in many cases much
longer) with no sign of a fix.
Notes
Notes:
svn path=/head/; revision=80201
Diffstat (limited to 'x11-servers/Xatm/files/patch-ab')
-rw-r--r-- | x11-servers/Xatm/files/patch-ab | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-servers/Xatm/files/patch-ab b/x11-servers/Xatm/files/patch-ab deleted file mode 100644 index 395fc91f82b0..000000000000 --- a/x11-servers/Xatm/files/patch-ab +++ /dev/null @@ -1,25 +0,0 @@ ---- Imakefile.orig Sun Oct 31 09:42:32 1999 -+++ Imakefile Sun Oct 31 09:43:58 1999 -@@ -19,18 +19,18 @@ - - xfs-atm:: ./programs/xfs/xfs-atm - rm -f $@ -- cp $< $@ -+ cp ./programs/xfs/xfs-atm $@ - - config.sample:: ./programs/xfs/config - rm -f $@ -- cp $< $@ -+ cp ./programs/xfs/config $@ - - fonts.cap.sample:: ./lib/font/Xatm/fonts.cap.sample - rm -f $@ -- cp $< $@ -+ cp ./lib/font/Xatm/fonts.cap.sample $@ - fonts.dir.sample:: ./lib/font/Xatm/fonts.dir.sample - rm -f $@ -- cp $< $@ -+ cp ./lib/font/Xatm/fonts.dir.sample $@ - - clean:: - rm -f $(XATM_TARGET) |