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 | 7fbb8d952791a8c4d82b77759fc5fb7accd491fe (patch) | |
tree | 01ab92342ff180527d28ec20c4868e49f3c4def1 /security/msf | |
parent | 86f92684818eb77da677366cd49b4fa35e87b579 (diff) | |
download | pkgsrc-7fbb8d952791a8c4d82b77759fc5fb7accd491fe.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 'security/msf')
-rw-r--r-- | security/msf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/msf/Makefile b/security/msf/Makefile index 9b21267cda4..7a92d3ab003 100644 --- a/security/msf/Makefile +++ b/security/msf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/08/03 20:37:44 adrianp Exp $ +# $NetBSD: Makefile,v 1.8 2005/08/06 06:19:29 jlam Exp $ # DISTNAME= framework-2.4 @@ -21,7 +21,6 @@ MSFDIR?= ${PREFIX}/share/msf MSFDOC?= ${PREFIX}/share/doc/msf MESSAGE_SUBST+= MSFDIR=${MSFDIR} -PERL5_REQD= 5.6.0 USE_TOOLS+= perl:run PERL_FILES= msfcli msfconsole msfencode msflogdump msfpayload \ msfpescan msfweb msfupdate msfelfscan |