Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2013 00:35:43 +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: r321510 - head/print/p5-PostScript-PPD
Message-ID:  <201306220035.r5M0ZhvO005247@svn.freebsd.org>

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



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