aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-09 02:23:02 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-09 02:23:02 +0000
commit8de54f8f128236d25ad7cab00c90c4f49cad2c42 (patch)
treee5db1f1fd8910d1d4123c4987dfb88f7e33b9427 /graphics
parent86cbd47903a4f198b81fecd637c5c68e79593b03 (diff)
downloadports-8de54f8f128236d25ad7cab00c90c4f49cad2c42.tar.gz
ports-8de54f8f128236d25ad7cab00c90c4f49cad2c42.zip
Notes
Diffstat (limited to 'graphics')
-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 396ea1123bab..fa6095c062d7 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>