diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-10 05:40:40 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-10 05:40:40 +0000 |
commit | 3299e0317180cfa3cc7f6d3adf8701f7f3e489ee (patch) | |
tree | e0c06e069345aaf87ea898b4e33859161bb87725 /pkgtools/pkgdiff/files/mkpatches.pl | |
parent | ddacd9e9afcd57935df56b06f7b29044e83bc0f5 (diff) | |
download | pkgsrc-3299e0317180cfa3cc7f6d3adf8701f7f3e489ee.tar.gz |
Put the correct path to perl into the scripts. This fixes using this
package with pkgviews.
Diffstat (limited to 'pkgtools/pkgdiff/files/mkpatches.pl')
-rwxr-xr-x | pkgtools/pkgdiff/files/mkpatches.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkgdiff/files/mkpatches.pl b/pkgtools/pkgdiff/files/mkpatches.pl index 400ccf2491e..b72342aafa5 100755 --- a/pkgtools/pkgdiff/files/mkpatches.pl +++ b/pkgtools/pkgdiff/files/mkpatches.pl @@ -1,6 +1,6 @@ -#!@PREFIX@/bin/perl +#!@PERL5@ # -# $NetBSD: mkpatches.pl,v 1.8 2002/11/04 23:07:37 wiz Exp $ +# $NetBSD: mkpatches.pl,v 1.9 2004/01/10 05:40:40 jlam Exp $ # # mkpatches: creates a set of patches patch-aa, patch-ab, ... # in work/.newpatches by looking for *.orig files in and below |