diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-06-22 08:35:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-06-22 08:35:43 +0800 |
commit | b60b1548226de46416f8dff98fc81ae833681624 (patch) | |
tree | 36293fedf67a978092c57c0f8699d82ccc7ae697 /print | |
parent | 91c40c7be15d021cbf8fa186da31ead38969549e (diff) | |
download | freebsd-ports-gnome-b60b1548226de46416f8dff98fc81ae833681624.tar.gz freebsd-ports-gnome-b60b1548226de46416f8dff98fc81ae833681624.tar.zst freebsd-ports-gnome-b60b1548226de46416f8dff98fc81ae833681624.zip |
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
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> |