From 286203d809751f18da030a97c6315562e0e58ed9 Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Sun, 15 Apr 2007 20:35:48 +0000 Subject: Unbreak building at 5.x (do not perform 'make test' because Proc::ProcessTable is broken in 5.x). Submitted by: pirzyk (maintainer, by email) --- sysutils/psgconf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/psgconf') diff --git a/sysutils/psgconf/Makefile b/sysutils/psgconf/Makefile index e07bafc93f16..01d916d0b6a3 100644 --- a/sysutils/psgconf/Makefile +++ b/sysutils/psgconf/Makefile @@ -195,8 +195,8 @@ PKGDEINSTALL= ${WRKSRC}/postinstall post-patch: ${FIND} ${WRKSRC} -name "*.orig" -delete -.if ${ARCH} == "amd64" -# Does not work because Proc::ProcessTable is broken +.if ${OSVERSION} > 599999 +# Does not work because Proc::ProcessTable is broken in 5.x post-build: cd ${WRKSRC} && ${MAKE} test .endif -- cgit v1.3