12 lines
351 B
Plaintext
12 lines
351 B
Plaintext
$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',
|
|
);
|