Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2018 10:24:08 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481721 - head/print/p5-Text-PDF
Message-ID:  <201810101024.w9AAO82A044739@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810101024.w9AAO82A044739>