diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-12-19 17:34:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-12-19 17:34:15 +0000 |
commit | 01db20e3cb6112bf4cfcfc75cf93ae53a7b051f3 (patch) | |
tree | bba9118f5f8bb1e7d6137aba29f6a7e3c32118b5 /security/cfs | |
parent | 2c75dd4b928f18900247e5a82358f9ff326cb507 (diff) | |
download | ports-01db20e3cb6112bf4cfcfc75cf93ae53a7b051f3.tar.gz ports-01db20e3cb6112bf4cfcfc75cf93ae53a7b051f3.zip |
Notes
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 ce733aaf5b22..92c20784c748 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> |