diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2004-05-02 00:23:49 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2004-05-02 00:23:49 +0000 |
commit | 15f5955643afbd9f01523d318d7b046b8f505f64 (patch) | |
tree | 8039e60d592a2d7c73eee7c8e51f81dc03e01f35 /audio/gnupod/files/patch-tools::gnupod_install.pl | |
parent | Add OpenLDAP slave ports with SASL support for package users. (diff) |
- update to 0.94
- fix pkg-plist
PR: 65938
Submitted by: maintainer
Diffstat (limited to 'audio/gnupod/files/patch-tools::gnupod_install.pl')
-rw-r--r-- | audio/gnupod/files/patch-tools::gnupod_install.pl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/gnupod/files/patch-tools::gnupod_install.pl b/audio/gnupod/files/patch-tools::gnupod_install.pl deleted file mode 100644 index 5cec58373e33..000000000000 --- a/audio/gnupod/files/patch-tools::gnupod_install.pl +++ /dev/null @@ -1,12 +0,0 @@ ---- tools/gnupod_install.pl.old Sun Oct 5 12:10:32 2003 -+++ tools/gnupod_install.pl Fri Dec 12 21:38:37 2003 -@@ -70,8 +70,7 @@ - my($basedir, $modi, $perlbin) = @_; - die "Strange Perl installation, no \@INC! Can't install Perl-Module(s), killing myself..\n" if !$INC[0]; - --mkdir("$INC[0]/$modi"); --chmod 0755, "$INC[0]/$modi"; -+mkdir("$INC[0]/$modi", 0755); - print "Installing Modules at $INC[0]/$modi\n"; - - foreach my $file (glob("$basedir/*.pm")) { |