On 2010/09/03 13:27, joshua stein wrote:
> p5-DateTime-Format-ICal installs to /usr/local/lib/perl5/ and should
> probably be installing to /usr/local/libdata/perl5/ where every
> other perl module goes.
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-DateTime-Format-ICal/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile 12 Apr 2010 17:26:26 -0000 1.1.1.1
+++ Makefile 4 Sep 2010 08:44:44 -0000
@@ -3,6 +3,7 @@
COMMENT = parse and format iCal datetime and duration strings
DISTNAME = DateTime-Format-ICal-0.09
+REVISION = 0
CATEGORIES = devel
@@ -14,12 +15,12 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
+CONFIGURE_STYLE = modbuild
+
RUN_DEPENDS = ::devel/p5-DateTime \
::devel/p5-DateTime-Set \
::devel/p5-DateTime-TimeZone \
::devel/p5-DateTime-Event-ICal \
::devel/p5-Params-Validate
-
-CONFIGURE_ARGS =install_base=${PREFIX}
.include <bsd.port.mk>
Index: patches/patch-Build_PL
===================================================================
RCS file: patches/patch-Build_PL
diff -N patches/patch-Build_PL
--- patches/patch-Build_PL 12 Apr 2010 17:26:26 -0000 1.1.1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-$OpenBSD: patch-Build_PL,v 1.1.1.1 2010/04/12 17:26:26 giovanni Exp $
---- Build.PL.orig Mon Apr 12 19:22:10 2010
-+++ Build.PL Mon Apr 12 19:21:53 2010
-@@ -5,6 +5,7 @@ Module::Build->new
- author => 'Dave Rolsky <[email protected]>',
- license => 'perl',
-
-+ create_packlist => 0,
- requires => { 'DateTime' => 0.17,
- 'DateTime::Event::ICal' => 0.03,
- 'DateTime::Set' => 0.10, # really want DT::Span in
same distro
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/p5-DateTime-Format-ICal/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST 12 Apr 2010 17:26:26 -0000 1.1.1.1
+++ pkg/PLIST 4 Sep 2010 08:44:44 -0000
@@ -1,6 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/04/12 17:26:26 giovanni Exp $
-lib/perl5/
-lib/perl5/DateTime/
-lib/perl5/DateTime/Format/
-lib/perl5/DateTime/Format/ICal.pm
-...@man man/man3/DateTime::Format::ICal.3p
+${P5SITE}/DateTime/Format/
+${P5SITE}/DateTime/Format/ICal.pm
+...@man man/man3p/DateTime::Format::ICal.3p