aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2010-08-30 19:22:50 +0800
committerbapt <bapt@FreeBSD.org>2010-08-30 19:22:50 +0800
commit3d8ffea8325e5e554698131f71ec829fdc51700c (patch)
treec41a21beff2f91e7e4c13c4811e136ac052061ee /mail
parentf349439332bdcaa642507a7202b51f3759828fe1 (diff)
downloadfreebsd-ports-gnome-3d8ffea8325e5e554698131f71ec829fdc51700c.tar.gz
freebsd-ports-gnome-3d8ffea8325e5e554698131f71ec829fdc51700c.tar.zst
freebsd-ports-gnome-3d8ffea8325e5e554698131f71ec829fdc51700c.zip
- Mark as broken on 6.X
Reported by: pointyhat Approved by: mentors (implicit)
Diffstat (limited to 'mail')
-rw-r--r--mail/dma/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/dma/Makefile b/mail/dma/Makefile
index fa42124eea66..2561f153ab6d 100644
--- a/mail/dma/Makefile
+++ b/mail/dma/Makefile
@@ -24,6 +24,12 @@ LDFLAGS+= -L${OPENSSLLIB}
SUB_FILES= pkg-message
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} <= 700000
+BROKEN= Does not build on 6.X
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's,/etc/dma,${PREFIX}/etc/dma,g' \
${WRKSRC}/dma.8 \
@@ -51,4 +57,4 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>