aboutsummaryrefslogtreecommitdiffstats
path: root/net/smb4k
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 10:10:52 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 10:10:52 +0800
commit390824965052cc70180f9260020ce05f7bac73b3 (patch)
treede8ee9a13aa428604f4e7ec2f6467eab313deb48 /net/smb4k
parent30692bcf95616dd19481e08304ab4b7d2b142b8c (diff)
downloadfreebsd-ports-graphics-390824965052cc70180f9260020ce05f7bac73b3.tar.gz
freebsd-ports-graphics-390824965052cc70180f9260020ce05f7bac73b3.tar.zst
freebsd-ports-graphics-390824965052cc70180f9260020ce05f7bac73b3.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'net/smb4k')
-rw-r--r--net/smb4k/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/net/smb4k/Makefile b/net/smb4k/Makefile
index 207aa45824d..1d251f0a6c6 100644
--- a/net/smb4k/Makefile
+++ b/net/smb4k/Makefile
@@ -31,12 +31,6 @@ CONFIGURE_ARGS += --with-qt-dir=${QT_PREFIX} \
DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
PKGMESSAGE= ${WRKDIR}/pkg-message
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= does not build on 4.x (missing sys/statvfs.h)
-.endif
-
post-install:
.for i in smb2awk smb2nsmbrc
${INSTALL_SCRIPT} ${FILESDIR}/${i} ${PREFIX}/bin
@@ -46,4 +40,4 @@ post-install:
@${SED} -e "s,%%PREFIX%%,${PREFIX},g" pkg-message > ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>