pkgsrc/print/p5-PostScript-MailLabels/patches/patch-aa
he dadd581aad Update from version 2.25nb1 to 2.30.
Pkgsrc changes:
 o Add commented-out HOMEPAGE using search.cpan.org
 o Adjust patch-aa to apply
 o Adjust PLIST to conform to what's installed

Upstream changes:

2.30 Mon Nov 17 20:36:36 CST 2008
    Apply patch from brian d foy to add
    dymo labels

2.27 Mon Oct 20 20:09:09 CDT 2008
    Patch had an error - repaired.
    Add META.yml

2.26 Sun Oct 19 16:22:56 CDT 2008
    Add Userdefined as an option for papersize at request of Jim Albert
    Apply patch from brian d foy for Avery 8923 labels, plus a
    documentation adjustment
2008-11-18 15:56:12 +00:00

11 lines
351 B
Text

$NetBSD: patch-aa,v 1.2 2008/11/18 15:56:12 he Exp $
--- Makefile.PL.orig 2008-11-18 02:29:33.000000000 +0000
+++ Makefile.PL
@@ -4,6 +4,5 @@ use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'PostScript::MailLabels',
'VERSION_FROM' => "lib/PostScript/MailLabels.pm",
- EXE_FILES => [qw(demo/print_addrs)],
'LICENSE' => 'perl',
);