summaryrefslogtreecommitdiffstats
path: root/security/vlog
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-16 01:31:58 +0000
committerkris <kris@FreeBSD.org>2003-10-16 01:31:58 +0000
commitda8461ff2ec762292299f15fc11acb1c8964991e (patch)
treef89e331d5f2e08ecfea6d61ae8acc9965049b439 /security/vlog
parentaacf2ddd5568a006dd10f1707dbfc411828817ce (diff)
downloadFreeBSD-ports-da8461ff2ec762292299f15fc11acb1c8964991e.zip
FreeBSD-ports-da8461ff2ec762292299f15fc11acb1c8964991e.tar.gz
BROKEN on 5.x: does not compile
Diffstat (limited to 'security/vlog')
-rw-r--r--security/vlog/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/vlog/Makefile b/security/vlog/Makefile
index 7859a37..753101c 100644
--- a/security/vlog/Makefile
+++ b/security/vlog/Makefile
@@ -25,7 +25,13 @@ USE_PERL5= yes
MAN1= vlog.1
MANCOMPRESSED= no
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
${REINPLACE_CMD} -e "s@/usr/local@${PREFIX}@g" ${WRKSRC}/Makefile
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud