summaryrefslogtreecommitdiff
path: root/net/sharity-light
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-07-26 12:16:23 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-07-26 12:16:23 +0000
commit3f10d7d21e72fd9627e0c990641735ba4898e24f (patch)
treeb11edf5e571187a7f47a1feb1c4132f0fd070415 /net/sharity-light
parent- Unbreak on 8.X (diff)
- Mark BROKEN on amd64/8
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=238378
Diffstat (limited to 'net/sharity-light')
-rw-r--r--net/sharity-light/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/sharity-light/Makefile b/net/sharity-light/Makefile
index cd8339c306a2..9fd7e8f887ca 100644
--- a/net/sharity-light/Makefile
+++ b/net/sharity-light/Makefile
@@ -19,6 +19,12 @@ MAN8= smbmount.8
PLIST_FILES= sbin/shlight sbin/unshlight
PORTDOCS= *
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800100
+BROKEN= does not compile
+.endif
+
post-extract:
@${MKDIR} ${WRKDIR}/unshlight
@${CP} ${FILESDIR}/unshlight.c ${WRKDIR}/unshlight
@@ -37,4 +43,4 @@ do-install:
.endif
${INSTALL_MAN} ${WRKSRC}/smbmount.8 ${PREFIX}/man/man8
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>