diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | c634b4bb839753aec2ae1040e2c80a5282402cb8 (patch) | |
tree | d8b3fc97550f860aeb41c57751d2550e9ad6273e /textproc/p5-PDF-Create | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) | |
download | ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.tar.gz ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.zip |
Notes
Diffstat (limited to 'textproc/p5-PDF-Create')
-rw-r--r-- | textproc/p5-PDF-Create/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-PDF-Create/pkg-plist | 18 |
2 files changed, 9 insertions, 10 deletions
diff --git a/textproc/p5-PDF-Create/Makefile b/textproc/p5-PDF-Create/Makefile index 8853a3b2d32c..96132307a271 100644 --- a/textproc/p5-PDF-Create/Makefile +++ b/textproc/p5-PDF-Create/Makefile @@ -17,6 +17,5 @@ COMMENT= A perl script to convert text files to PDF files PERL_CONFIGURE= yes MAN3= PDF::Create.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/textproc/p5-PDF-Create/pkg-plist b/textproc/p5-PDF-Create/pkg-plist index 337a44f67cd8..a5a1dd6f531b 100644 --- a/textproc/p5-PDF-Create/pkg-plist +++ b/textproc/p5-PDF-Create/pkg-plist @@ -1,9 +1,9 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDF/Create/.packlist -lib/perl5/site_perl/%%PERL_VER%%/PDF/Create/Page.pm -lib/perl5/site_perl/%%PERL_VER%%/PDF/Create/Outline.pm -lib/perl5/site_perl/%%PERL_VER%%/PDF/sample.pl -lib/perl5/site_perl/%%PERL_VER%%/PDF/Create.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDF/Create -@dirrm lib/perl5/site_perl/%%PERL_VER%%/PDF/Create -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDF 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/PDF 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF/Create/.packlist +%%SITE_PERL%%/PDF/Create/Page.pm +%%SITE_PERL%%/PDF/Create/Outline.pm +%%SITE_PERL%%/PDF/sample.pl +%%SITE_PERL%%/PDF/Create.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF/Create +@dirrm %%SITE_PERL%%/PDF/Create +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/PDF 2>/dev/null || true |