diff options
author | max <max@FreeBSD.org> | 2003-08-19 16:42:02 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 2003-08-19 16:42:02 +0800 |
commit | 908e408eebb828644d9cbc1d0825a40ee73b4e78 (patch) | |
tree | 17c3f569ca80184aeea91b02b23b36bae8a449c7 /audio/gnump3d/files | |
parent | 1dc792ae336fa9f3645b0d20ca3814b4fa1b8497 (diff) | |
download | freebsd-ports-gnome-908e408eebb828644d9cbc1d0825a40ee73b4e78.tar.gz freebsd-ports-gnome-908e408eebb828644d9cbc1d0825a40ee73b4e78.tar.zst freebsd-ports-gnome-908e408eebb828644d9cbc1d0825a40ee73b4e78.zip |
Fix the startup line so that this executes appropriately.
Diffstat (limited to 'audio/gnump3d/files')
-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"; |