1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Unbreak building at 5.x (do not perform 'make test' because

Proc::ProcessTable is broken in 5.x).

Submitted by:	pirzyk (maintainer, by email)
This commit is contained in:
Boris Samorodov 2007-04-15 20:35:48 +00:00
parent 51ae573518
commit 286203d809
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190037

View File

@ -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