aboutsummaryrefslogtreecommitdiff
path: root/net/smb4k
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:10:52 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:10:52 +0000
commit2f5fd33d0b48f766e2722a601367b2d51c9e82a8 (patch)
tree662ca58b6bf492bef7d41ebac8ca99d63081bbfb /net/smb4k
parentfa9509791fb3ad63885e207da5c039b25eeef942 (diff)
downloadports-2f5fd33d0b48f766e2722a601367b2d51c9e82a8.tar.gz
ports-2f5fd33d0b48f766e2722a601367b2d51c9e82a8.zip
Notes
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 207aa45824d0..1d251f0a6c6c 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>