diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-06-22 00:35:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-06-22 00:35:43 +0000 |
commit | ba4005eb301b31f822625d73eadbdf74f6e5d958 (patch) | |
tree | 36293fedf67a978092c57c0f8699d82ccc7ae697 /print | |
parent | 863e6957d2fecdd17d1a23556c26d154806b5128 (diff) |
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
Notes
Notes:
svn path=/head/; revision=321510
Diffstat (limited to 'print')
-rw-r--r-- | print/p5-PostScript-PPD/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/p5-PostScript-PPD/Makefile b/print/p5-PostScript-PPD/Makefile index 973fee48e174..42bdb9761cde 100644 --- a/print/p5-PostScript-PPD/Makefile +++ b/print/p5-PostScript-PPD/Makefile @@ -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> |