Index: head/net/p5-File-Rsync/Makefile =================================================================== --- head/net/p5-File-Rsync/Makefile (revision 160192) +++ head/net/p5-File-Rsync/Makefile (revision 160193) @@ -1,33 +1,33 @@ # New ports collection makefile for: p5-File-Rsync # Date created: 20 May 2001 # Whom: petef@FreeBSD.org # # $FreeBSD$ # PORTNAME= File-Rsync PORTVERSION= 0.42 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl convenience wrapper for the rsync(1) program BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ARGS+= ,'${LOCALBASE}/bin/rsync'," ${WRKSRC}/makepm.PL .include .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils .endif .include Property changes on: head/net/p5-File-Rsync/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/p5-File-Rsync/files/patch-Makefile.PL =================================================================== --- head/net/p5-File-Rsync/files/patch-Makefile.PL (nonexistent) +++ head/net/p5-File-Rsync/files/patch-Makefile.PL (revision 160193) @@ -0,0 +1,10 @@ +--- Makefile.PL.orig Sat Jun 25 06:02:32 2005 ++++ Makefile.PL Sun Apr 23 11:54:39 2006 +@@ -20,6 +20,7 @@ + PL_FILES => { 'makepm.PL' => 'config.pm' }, + PM => { 'Rsync.pm' => '$(INST_LIB)/File/Rsync.pm', + 'config.pm' => '$(INST_ARCHLIB)/File/Rsync/Config.pm' }, ++ MAN3PODS => { 'Rsync.pm' => '$(INST_MAN3DIR)/File::Rsync.$(MAN3EXT)' }, + dist => { COMPRESS => 'gzip', SUFFIX => 'gz' }, + realclean => { FILES => 'config.pm' }, + ); Property changes on: head/net/p5-File-Rsync/files/patch-Makefile.PL ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.4 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property