diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 2003-08-19 08:42:02 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 2003-08-19 08:42:02 +0000 |
commit | 01c60b909127a9ad17c4433b15e44efe35e65bc4 (patch) | |
tree | a9c2701d0847970bc6dca051413921c99735602a /audio | |
parent | Update to 0.65 (diff) |
Fix the startup line so that this executes appropriately.
Notes
Notes:
svn path=/head/; revision=87275
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnump3d/files/patch-bin::gnump3d-index | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/gnump3d/files/patch-bin::gnump3d-index b/audio/gnump3d/files/patch-bin::gnump3d-index index cb07c9853539..420082ca117b 100644 --- a/audio/gnump3d/files/patch-bin::gnump3d-index +++ b/audio/gnump3d/files/patch-bin::gnump3d-index @@ -1,5 +1,11 @@ --- bin/gnump3d-index.orig Thu Jul 3 05:44:16 2003 -+++ bin/gnump3d-index Fri Jul 4 23:36:00 2003 ++++ bin/gnump3d-index Tue Aug 19 17:34:25 2003 +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl -w -- -*- cperl -*- ++#!/usr/bin/perl -w # -*- cperl -*- # + # + # gnump3d-index - Create a database of all tag information for audio files. + # @@ -54,9 +54,9 @@ { $CONFIG_FILE = $ENV{"HOME"} . "/.gnump3drc"; |