From 32378cab1b64060fea5583dd482747b3aeedd2ce Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 19 Oct 2005 15:01:07 +0000 Subject: - Update to 1.6.9 - Pass maintainership to submitter PR: ports/87663 Submitted by: Frank Laszlo --- devel/cvslines/files/patch-CONFIG | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 devel/cvslines/files/patch-CONFIG (limited to 'devel/cvslines/files/patch-CONFIG') diff --git a/devel/cvslines/files/patch-CONFIG b/devel/cvslines/files/patch-CONFIG new file mode 100644 index 000000000000..f49c9c2555cb --- /dev/null +++ b/devel/cvslines/files/patch-CONFIG @@ -0,0 +1,32 @@ +--- CONFIG.orig Wed Oct 8 09:16:47 2003 ++++ CONFIG Wed Oct 8 09:18:54 2003 +@@ -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/bin/perl"; } # cfg ++if (! defined($PERL5)) { $PERL5 = "$ENV{'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 + + ###################################################################### + # +@@ -40,7 +40,7 @@ + # This is used so that debug versions can know they are and alter + # logging behavior, etc. + # +-\$RELDIR = "$BINDIR"; # cfg ++\$RELDIR = "/usr/bin"; # cfg + + # Where the cvslines log file is written. + # -- cgit v1.2.3