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-aa20
1 files changed, 6 insertions, 14 deletions
diff --git a/graphics/cdlabelgen/patches/patch-aa b/graphics/cdlabelgen/patches/patch-aa
index ff347b8ef3b..c7eb990e748 100644
--- a/graphics/cdlabelgen/patches/patch-aa
+++ b/graphics/cdlabelgen/patches/patch-aa
@@ -1,28 +1,20 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/03/30 09:13:12 rh Exp $
+$NetBSD: patch-aa,v 1.2 1999/08/08 01:09:51 mjl Exp $
---- cdlabelgen.orig Thu Mar 25 01:17:34 1999
-+++ cdlabelgen Tue Mar 30 10:28:48 1999
+--- cdlabelgen.orig Sun Aug 8 02:31:39 1999
++++ cdlabelgen Sun Aug 8 02:33:28 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 @@
+@@ -35,7 +35,8 @@
# 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/',
++my @where_is_the_template = ('@PREFIX@/share/cdlabelgen',
++ '/usr/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
-