diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
| commit | ce5da22b7076167a515a6a0b602b22b67022e5ff (patch) | |
| tree | 2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /devel/cvslines/files/patch-aa | |
| parent | Yipes, committed the wrong one. This is the INDEX file for 3.1R. (diff) | |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Notes
Notes:
svn path=/head/; revision=16726
svn path=/tags/RELEASE_3_1_0/; revision=16727; tag=release/3.1.0
Diffstat (limited to 'devel/cvslines/files/patch-aa')
| -rw-r--r-- | devel/cvslines/files/patch-aa | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/cvslines/files/patch-aa b/devel/cvslines/files/patch-aa deleted file mode 100644 index 8b301d266550..000000000000 --- a/devel/cvslines/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- CONFIG-- Thu May 22 00:09:38 1997 -+++ CONFIG Tue Aug 25 14:14:24 1998 -@@ -14,17 +14,17 @@ - # The absolute path to the perl interpreter to use. - # INSTALL will substitute this into the #!... line. - # --if (! defined($PERL5)) { $PERL5 = "/usr/local/bin/perl5"; } # cfg -+if (! defined($PERL5)) { $PERL5 = "$ENV{'PREFIX'}/bin/perl5"; } # cfg - - # Where to install the cvslines scripts... - # (Absolute path) - # --if (! defined($BINDIR)) { $BINDIR = "/usr/local/bin"; } # cfg -+if (! defined($BINDIR)) { $BINDIR = "$ENV{'PREFIX'}/bin"; } # cfg - - # Where to install the cvslines man page... - # (Absolute path) - # --if (! defined($MANDIR)) { $MAN1DIR = "/usr/local/man/man1"; } # cfg -+if (! defined($MANDIR)) { $MAN1DIR = "$ENV{'PREFIX'}/man/man1"; } # cfg - - ###################################################################### - # |
