Index: head/x11-toolkits/p5-Tk-CursorControl/Makefile =================================================================== --- head/x11-toolkits/p5-Tk-CursorControl/Makefile (revision 533023) +++ head/x11-toolkits/p5-Tk-CursorControl/Makefile (revision 533024) @@ -1,30 +1,26 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Tk-CursorControl PORTVERSION= 0.4 PORTREVISION= 2 CATEGORIES= x11-toolkits tk perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Manipulate the mouse cursor programmatically LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Tk>=800.015:x11-toolkits/p5-Tk -ALL_TARGETS= pure_install -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure -post-patch: - @${REINPLACE_CMD} -e \ - '/Tk\/demos\/widtrib\/cursor.pl/ s|cursor.pl|cursorcontrol.pl|' \ - ${WRKSRC}/Makefile.PL +ALL_TARGETS= pure_install +NO_ARCH= yes .include Index: head/x11-toolkits/p5-Tk-CursorControl/files/patch-Makefile.PL =================================================================== --- head/x11-toolkits/p5-Tk-CursorControl/files/patch-Makefile.PL (nonexistent) +++ head/x11-toolkits/p5-Tk-CursorControl/files/patch-Makefile.PL (revision 533024) @@ -0,0 +1,11 @@ +--- Makefile.PL.orig 2002-12-13 15:59:56 UTC ++++ Makefile.PL +@@ -16,7 +16,7 @@ WriteMakefile( + 'trans_cur.mask' => '$(INST_LIB)/Tk/trans_cur.mask', + 'demos/cursor.pl' => ($] >= 5.005 + ? '$(INST_ARCHLIB)' +- : '$(INST_LIB)') . '/Tk/demos/widtrib/cursor.pl', ++ : '$(INST_LIB)') . '/Tk/demos/widtrib/cursorcontrol.pl', + }, + + 'PREREQ_PM' => { Property changes on: head/x11-toolkits/p5-Tk-CursorControl/files/patch-Makefile.PL ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property