diff options
author | pav <pav@FreeBSD.org> | 2008-12-20 01:34:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-12-20 01:34:15 +0800 |
commit | 323f88e0cffa6409e874173afcaa4513b9b50205 (patch) | |
tree | 7f3135e38ed49680f19ab8c747a88683a16f157e /security/cfs | |
parent | fca102a7eee80bb49ed0622b97e229dd3baae596 (diff) | |
download | freebsd-ports-graphics-323f88e0cffa6409e874173afcaa4513b9b50205.tar.gz freebsd-ports-graphics-323f88e0cffa6409e874173afcaa4513b9b50205.tar.zst freebsd-ports-graphics-323f88e0cffa6409e874173afcaa4513b9b50205.zip |
- Mark BROKEN on FreeBSD 6.x
Reported by: pointyhat
Diffstat (limited to 'security/cfs')
-rw-r--r-- | security/cfs/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile index ce733aaf5b2..92c20784c74 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -24,6 +24,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 6.x +.endif + post-patch: ${REINPLACE_CMD} 's/^\.TH SSH/.TH CFSSH/' ${WRKSRC}/cfssh.1 @@ -39,4 +45,4 @@ do-install: ${INSTALL} -d ${_BINOWNGRP} -m 0 ${CFSD_BOOTSTRAP} @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |