aboutsummaryrefslogtreecommitdiff
path: root/security/cfs
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-10-28 23:02:26 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-10-28 23:02:26 +0000
commit91c58f29a60b1df1fc56da26770f6641b511d2de (patch)
treecfc85f00511a6071167927cf677b9d935981f20f /security/cfs
parentae51ddccf2228b62cd5dc165847212b63c9fb418 (diff)
downloadports-91c58f29a60b1df1fc56da26770f6641b511d2de.tar.gz
ports-91c58f29a60b1df1fc56da26770f6641b511d2de.zip
BROKEN on 7.0: Does not compile
Notes
Notes: svn path=/head/; revision=146611
Diffstat (limited to 'security/cfs')
-rw-r--r--security/cfs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile
index 8f998252dc77..e076781a9012 100644
--- a/security/cfs/Makefile
+++ b/security/cfs/Makefile
@@ -25,6 +25,12 @@ SUB_FILES= pkg-message
SUB_LIST= CFSD_BOOTSTRAP=${CFSD_BOOTSTRAP}
PLIST_SUB= CFSD_BOOTSTRAP=${CFSD_BOOTSTRAP}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700000
+BROKEN= "Does not compile on FreeBSD >= 7.0"
+.endif
+
post-patch:
${REINPLACE_CMD} 's/^\.TH SSH/.TH CFSSH/' ${WRKSRC}/cfssh.1
@@ -40,4 +46,4 @@ do-install:
${INSTALL} -d ${_BINOWNGRP} -m 0 ${CFSD_BOOTSTRAP}
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>