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 /databases/sixpack/files/patch-install | |
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 'databases/sixpack/files/patch-install')
-rw-r--r-- | databases/sixpack/files/patch-install | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/databases/sixpack/files/patch-install b/databases/sixpack/files/patch-install deleted file mode 100644 index 06c1d0c9f6bd..000000000000 --- a/databases/sixpack/files/patch-install +++ /dev/null @@ -1,34 +0,0 @@ ---- install.orig Sun Dec 10 10:08:58 2000 -+++ install Tue Jul 10 12:56:28 2001 -@@ -10,16 +10,16 @@ - ED=`which ed` - - --BPHOME=/usr/local/lib/bp --PICSDIR=/usr/local/lib/pix --BINDEST=/usr/local/bin --SIXDIR=/usr/local/lib/sixpack --SIXDOC=$SIXDIR/doc -+BPHOME=%%DATADIR%%/bp -+PICSDIR=%%DATADIR%%/pix -+BINDEST=%%PREFIX%%/bin -+SIXDIR=%%DATADIR%% -+SIXDOC=%%DOCSDIR%%/sixpack - BIBXRESFILE=$SIXDIR/Bib - - - # CONFDEST is the location of the configuration file. --CONFDEST=/etc/sixpack.rc -+CONFDEST=%%PREFIX%%/etc/sixpack.rc - # CONFDEST=~/.sixpack.rc - - #these will be spliced into the conf files: -@@ -58,8 +57,6 @@ - w - q - END -- \rm -R $BP -- $TAR -z-xf $BP.tar.gz - for a in $BP/bin/*pl ; do ed $a <edcoms ; done - - cat >edcoms <<END |