diff options
author | joerg <joerg> | 2007-08-30 16:29:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-30 16:29:56 +0000 |
commit | 4de2ecc8d64988b050f3efd231771dfc932f6da9 (patch) | |
tree | 0194a9cfbde9bf873ec9e928afdbb67673d611a8 /comms/mgetty+sendfax/patches | |
parent | b801ddebb589aff320cdba4ebd2a8706df29f373 (diff) | |
download | pkgsrc-4de2ecc8d64988b050f3efd231771dfc932f6da9.tar.gz |
Fix path to and depend on Perl. Bump revision.
Diffstat (limited to 'comms/mgetty+sendfax/patches')
-rw-r--r-- | comms/mgetty+sendfax/patches/patch-ab | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/comms/mgetty+sendfax/patches/patch-ab b/comms/mgetty+sendfax/patches/patch-ab index e7795c93fbd..7fa653604b5 100644 --- a/comms/mgetty+sendfax/patches/patch-ab +++ b/comms/mgetty+sendfax/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.9 2006/03/20 04:09:37 jlam Exp $ +$NetBSD: patch-ab,v 1.10 2007/08/30 16:29:57 joerg Exp $ ---- Makefile.orig 2004-07-24 14:53:47.000000000 -0400 +--- Makefile.orig 2004-07-24 18:53:47.000000000 +0000 +++ Makefile @@ -4,8 +4,8 @@ # @@ -42,7 +42,13 @@ $NetBSD: patch-ab,v 1.9 2006/03/20 04:09:37 jlam Exp $ #INSTALL=/usr/ucb/install -c -o bin -g bin # AIX, Solaris 2.x #INSTALL=installbsd -c -o bin -g bin # OSF/1, AIX 4.1, 4.2 #INSTALL=/usr/bin/X11/bsdinst -c -o bin # IRIX -@@ -258,7 +258,7 @@ PERL="/usr/bin/perl -w" +@@ -253,12 +253,12 @@ AWK=awk + # and the "tkperl" frontends without PERL, so don't worry if you don't + # have it. + # If you specify command line arguments (-w), don't forget the quotes! +-PERL="/usr/bin/perl -w" ++PERL="${PERL5} -w" + # # If you have Perl with TK extentions, define it here. This may be the # same as PERL=... above, or different, if you have TkPerl statically # linked. |