aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/jpeg2ps-letter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/jpeg2ps-letter/Makefile')
-rw-r--r--graphics/jpeg2ps-letter/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/jpeg2ps-letter/Makefile b/graphics/jpeg2ps-letter/Makefile
index 396ea1123ba..fa6095c062d 100644
--- a/graphics/jpeg2ps-letter/Makefile
+++ b/graphics/jpeg2ps-letter/Makefile
@@ -21,6 +21,12 @@ INSTALL_TARGET=
MAN1= jpeg2ps.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Broken pkg-plist"
+.endif
+
.if ${PAPERSIZE} == a4
post-patch:
${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.input
@@ -36,4 +42,4 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/jpeg2ps.1 ${MANPREFIX}/man/man1
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>