aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 21:55:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 21:55:38 +0000
commitc40126f91496746bef9aee73621adf6ad5a95f3c (patch)
tree8f21e8c99896dc9dd55bc39d25ac77495dd340c6 /sysutils
parent3156c561fe32ba544c24a2b5fb5a56bf95f88d3f (diff)
downloadports-c40126f91496746bef9aee73621adf6ad5a95f3c.tar.gz
ports-c40126f91496746bef9aee73621adf6ad5a95f3c.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/asmem/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/asmem/Makefile b/sysutils/asmem/Makefile
index a03ce46c4a44..af7c5b54b37a 100644
--- a/sysutils/asmem/Makefile
+++ b/sysutils/asmem/Makefile
@@ -19,8 +19,14 @@ GNU_CONFIGURE= yes
MAN1= asmem.1
PLIST_FILES= bin/asmem
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 600000
+BROKEN= "Does not compile on FreeBSD >= 6.x"
+.endif
+
do-install:
${INSTALL_PROGRAM} -g kmem -m 2755 ${WRKSRC}/asmem ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/asmem.man ${PREFIX}/man/man1/asmem.1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>