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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 22 00:35:44 UTC 2013


Author: sunpoet
Date: Sat Jun 22 00:35:43 2013
New Revision: 321510
URL: http://svnweb.freebsd.org/changeset/ports/321510

Log:
  - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk

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

Modified: head/print/p5-PostScript-PPD/Makefile
==============================================================================
--- head/print/p5-PostScript-PPD/Makefile	Fri Jun 21 23:51:42 2013	(r321509)
+++ head/print/p5-PostScript-PPD/Makefile	Sat Jun 22 00:35:43 2013	(r321510)
@@ -20,9 +20,7 @@ PERL_CONFIGURE=	yes
 
 MAN3=		PostScript::PPD.3
 
-.include <bsd.port.pre.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e '/lj4515.ppd/d' ${WRKSRC}/t/30_difficult.t
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list