summaryrefslogtreecommitdiff
path: root/graphics/cdlabelgen/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cdlabelgen/patches/patch-aa')
-rw-r--r--graphics/cdlabelgen/patches/patch-aa28
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/cdlabelgen/patches/patch-aa b/graphics/cdlabelgen/patches/patch-aa
new file mode 100644
index 00000000000..ff347b8ef3b
--- /dev/null
+++ b/graphics/cdlabelgen/patches/patch-aa
@@ -0,0 +1,28 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/03/30 09:13:12 rh Exp $
+
+--- cdlabelgen.orig Thu Mar 25 01:17:34 1999
++++ cdlabelgen Tue Mar 30 10:28:48 1999
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -w
++#!@PREFIX@/bin/perl -w
+ #
+ # cdlabelgen - a program for making cd jewel box covers and traycards
+ #
+@@ -35,7 +35,7 @@
+
+ # Modify this if you want to store your template somewhere else
+ # Perhaps we can make this part of a conf file in the future?
+-my @where_is_the_template = ('/usr/share/cdlabelgen/',
++my @where_is_the_template = ('@PREFIX@/share/cdlabelgen/',
+ '/usr/local/share/cdlabelgen/',
+ '/usr/local/lib/cdlabelgen/',
+ '/etc/cdlabelgen/',
+@@ -373,7 +373,7 @@
+
+ =head1 EXAMPLES
+
+- ./cdlabelgen -c "My Filesystem" -s "/usr/local/foo" -e postscript/recycle.epsi > foo.ps
++ ./cdlabelgen -c "My Filesystem" -s "/@PREFIX@/foo" -e postscript/recycle.epsi > foo.ps
+
+ ./cdlabelgen -c "title of cd" -s "subtitle" -i "Item 1%and Item 2%a third item here perhaps" -e postscript/recycle.epsi > bar.ps
+