From d095d4a96566a3ab095ab2e30430ce93a154f1a7 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 5 Jan 2009 19:44:02 +0000 Subject: - Remove conditional checks for FreeBSD 5.x and older --- devel/p4d/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'devel/p4d/Makefile') diff --git a/devel/p4d/Makefile b/devel/p4d/Makefile index e0b9e888f1c7..d21d643a2704 100644 --- a/devel/p4d/Makefile +++ b/devel/p4d/Makefile @@ -39,15 +39,11 @@ PLIST_FILES= ${BIN_FILES:S+^+bin/+g} \ .include # Figure out what to install -.if ${ARCH} == amd64 && ${OSVERSION} >= 504000 && ${OSVERSION} < 600000 -PLATFORM= freebsd54x86_64 -.elif ${ARCH} == amd64 && ${OSVERSION} >= 600000 +.if ${ARCH} == amd64 PLATFORM= freebsd60x86_64 -.elif ${ARCH} == i386 && ${OSVERSION} >= 504000 && ${OSVERSION} < 600000 -PLATFORM= freebsd54x86 -.elif ${ARCH} == i386 && ${OSVERSION} >= 600000 +.elif ${ARCH} == i386 PLATFORM= freebsd60x86 -.elif ${ARCH} == sparc64 && ${OSVERSION} >= 601000 +.elif ${ARCH} == sparc64 PLATFORM= freebsd61sparc64 .else IGNORE= unsupported OS release, sorry -- cgit v1.2.3