diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-06 06:19:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-06 06:19:03 +0000 |
commit | 917571cba329f779123d58f2a30aa45103aaaf98 (patch) | |
tree | 01ab92342ff180527d28ec20c4868e49f3c4def1 /pkgtools/pkgdiff | |
parent | 766bb600721eaa9dec2229dd8c6292214e662225 (diff) | |
download | pkgsrc-917571cba329f779123d58f2a30aa45103aaaf98.tar.gz |
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
Diffstat (limited to 'pkgtools/pkgdiff')
-rw-r--r-- | pkgtools/pkgdiff/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/pkgdiff/Makefile b/pkgtools/pkgdiff/Makefile index 2df772b3ce4..f4825e3251a 100644 --- a/pkgtools/pkgdiff/Makefile +++ b/pkgtools/pkgdiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2005/08/02 12:16:19 seb Exp $ +# $NetBSD: Makefile,v 1.58 2005/08/06 06:19:29 jlam Exp $ # DISTNAME= pkgdiff-0.118 @@ -12,8 +12,6 @@ COMMENT= Tools to create, maintain and send back patches for pkgsrc PKG_INSTALLATION_TYPES= overwrite pkgviews -PERL5_REQD+= 5.6.0 - EXTRACT_ONLY= # empty NO_CHECKSUM= yes NO_CONFIGURE= yes |