summaryrefslogtreecommitdiff
path: root/devel/p4d/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 19:44:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 19:44:02 +0000
commitd095d4a96566a3ab095ab2e30430ce93a154f1a7 (patch)
treeca5cd97e4ad40da4b6e4a6c197453610fd6c69b1 /devel/p4d/Makefile
parent- Remove conditional checks for FreeBSD 5.x and older (diff)
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225293
Diffstat (limited to 'devel/p4d/Makefile')
-rw-r--r--devel/p4d/Makefile10
1 files changed, 3 insertions, 7 deletions
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 <bsd.port.pre.mk>
# 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