svn commit: r532329 - head/print/p5-PostScript-PPD

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 21 19:37:37 UTC 2020


Author: sunpoet
Date: Tue Apr 21 19:37:35 2020
New Revision: 532329
URL: https://svnweb.freebsd.org/changeset/ports/532329

Log:
  Cosmetic change

Modified:
  head/print/p5-PostScript-PPD/Makefile

Modified: head/print/p5-PostScript-PPD/Makefile
==============================================================================
--- head/print/p5-PostScript-PPD/Makefile	Tue Apr 21 19:37:29 2020	(r532328)
+++ head/print/p5-PostScript-PPD/Makefile	Tue Apr 21 19:37:35 2020	(r532329)
@@ -17,8 +17,9 @@ LICENSE_COMB=	dual
 TEST_DEPENDS=	p5-Test-Pod>=1:devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=1:devel/p5-Test-Pod-Coverage
 
-NO_ARCH=	yes
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list