svn commit: r481721 - head/print/p5-Text-PDF

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Oct 10 10:24:09 UTC 2018


Author: sunpoet
Date: Wed Oct 10 10:24:08 2018
New Revision: 481721
URL: https://svnweb.freebsd.org/changeset/ports/481721

Log:
  Clean up Makefile

Modified:
  head/print/p5-Text-PDF/Makefile

Modified: head/print/p5-Text-PDF/Makefile
==============================================================================
--- head/print/p5-Text-PDF/Makefile	Wed Oct 10 10:24:00 2018	(r481720)
+++ head/print/p5-Text-PDF/Makefile	Wed Oct 10 10:24:08 2018	(r481721)
@@ -13,14 +13,10 @@ 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


More information about the svn-ports-head mailing list