Index: head/print/p5-Text-PDF/Makefile =================================================================== --- head/print/p5-Text-PDF/Makefile (revision 481720) +++ head/print/p5-Text-PDF/Makefile (revision 481721) @@ -1,29 +1,25 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Text-PDF PORTVERSION= 0.31 CATEGORIES= print perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= PDF manipulation module LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -WRKSRC= ${WRKDIR}/${DISTNAME:C/a$//} - USES= perl5 USE_PERL5= configure -NO_ARCH= yes -post-patch: - @${RM} ${WRKSRC}/pm_to_blib +NO_ARCH= yes post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Text/PDF/examples ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Text/PDF/examples .include