aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fuser
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-08 09:23:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-07-08 09:23:03 +0000
commit62e1e21b6fd42c4f6a9e5ffc80fce772875a6fb6 (patch)
treef120ec4379b1a2de9ad429fa593dfe60c6639ba8 /sysutils/fuser
parent6bf2af74c00ea141d5def9fc5e5fab68c816858c (diff)
downloadports-62e1e21b6fd42c4f6a9e5ffc80fce772875a6fb6.tar.gz
ports-62e1e21b6fd42c4f6a9e5ffc80fce772875a6fb6.zip
Notes
Diffstat (limited to 'sysutils/fuser')
-rw-r--r--sysutils/fuser/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/fuser/Makefile b/sysutils/fuser/Makefile
index 51c0bcc403ea..c6f845adda62 100644
--- a/sysutils/fuser/Makefile
+++ b/sysutils/fuser/Makefile
@@ -27,6 +27,10 @@ PLIST_FILES= bin/fuser
IGNORE= src/sys/fs/devfs/devfs_int.h does not exist before OSVERSION 600000
.endif
+.if ${OSVERSION} >= 800000
+BROKEN= does not compile
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1