- don't install demo script which needs additional files to be installed, there
is enough example data in the manual already - reformat DESCR - no REVISION bump since it was just imported - hook it up while here. ok millert@
This commit is contained in:
parent
9e83de77eb
commit
ba5500d643
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.93 2011/07/19 09:22:50 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.94 2011/12/14 14:23:53 jasper Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += a2ps,a4
|
||||
@ -46,6 +46,7 @@
|
||||
SUBDIR += mpage,legal
|
||||
SUBDIR += mpage,letter
|
||||
SUBDIR += openclipart
|
||||
SUBDIR += p5-PostScript-MailLabels
|
||||
SUBDIR += pdfjam
|
||||
SUBDIR += pdflib
|
||||
SUBDIR += pdfshuffler
|
||||
|
@ -1,4 +1,5 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/12/14 14:14:24 millert Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/12/14 14:23:53 jasper Exp $
|
||||
|
||||
COMMENT= create PostScript files of mailing address labels
|
||||
|
||||
MODULES= cpan
|
||||
|
13
print/p5-PostScript-MailLabels/patches/patch-Makefile_PL
Normal file
13
print/p5-PostScript-MailLabels/patches/patch-Makefile_PL
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-Makefile_PL,v 1.1 2011/12/14 14:23:53 jasper Exp $
|
||||
|
||||
Doh't install demo script that needs additional files to be installed.
|
||||
|
||||
--- Makefile.PL.orig Wed Dec 14 15:16:58 2011
|
||||
+++ Makefile.PL Wed Dec 14 15:17:02 2011
|
||||
@@ -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',
|
||||
);
|
@ -1,5 +1,5 @@
|
||||
Modules for creating PostScript files of mailing address labels,
|
||||
to be printed on standard adhesive-backed mailing label stock.
|
||||
Modules for creating PostScript files of mailing address labels, to be
|
||||
printed on standard adhesive-backed mailing label stock.
|
||||
|
||||
Flexible enough to tackle other printing tasks, basically anything
|
||||
requiring a set fields be printed on a regular grid. Also creates
|
||||
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/12/14 14:14:24 millert Exp $
|
||||
bin/print_addrs
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/12/14 14:23:53 jasper Exp $
|
||||
${P5SITE}/PostScript/
|
||||
${P5SITE}/PostScript/MailLabels/
|
||||
${P5SITE}/PostScript/MailLabels.pm
|
||||
|
Loading…
Reference in New Issue
Block a user