aboutsummaryrefslogtreecommitdiff
path: root/security/rkhunter
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-26 22:18:09 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-26 22:18:09 +0000
commit8d9a2a7309d388e9ad39ff12911fa6401f5e0610 (patch)
treefd44c204d314979c39a49f037b340025cf6eca04 /security/rkhunter
parent3cdc8f829e42c4e6fb17345e08f71e13f2e76f2a (diff)
BROKEN on sparc64: Does not build
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=132039
Diffstat (limited to 'security/rkhunter')
-rw-r--r--security/rkhunter/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/rkhunter/Makefile b/security/rkhunter/Makefile
index e54939e98775..149e8dd818c2 100644
--- a/security/rkhunter/Makefile
+++ b/security/rkhunter/Makefile
@@ -27,6 +27,12 @@ MANCOMPRESSED= no
PORTDOCS= CHANGELOG README WISHLIST
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not build on sparc64"
+.endif
+
post-patch:
@${SED} -e 's|PREFIX|${PREFIX}|g' ${FILESDIR}/pkg-message.in > ${PKGMESSAGE}
@@ -39,4 +45,4 @@ do-install:
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>