From ffe37050853907d6dd0c0cedd4142b5f11af4ca4 Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Fri, 11 Apr 2008 21:10:40 +0000 Subject: [PATCH] - IGNORE on 5.X as it does not compile [1] - portlint(1) Reported by: pointyhat (via pav) [1] --- textproc/bsdsort/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/textproc/bsdsort/Makefile b/textproc/bsdsort/Makefile index 0c63621135b5..64f4b07d0939 100644 --- a/textproc/bsdsort/Makefile +++ b/textproc/bsdsort/Makefile @@ -11,11 +11,11 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= gabor PKGNAMEPREFIX= bsd- -WRKSRC= ${WRKDIR}/${PORTNAME} MAINTAINER= gabor@FreeBSD.org COMMENT= BSD-licensed version of sort from OpenBSD +WRKSRC= ${WRKDIR}/${PORTNAME} MANCOMPRESSED= yes MAN1= sort.1 PLIST_FILES= bin/sort @@ -24,4 +24,10 @@ MAKE_ENV+= BINDIR="${PREFIX}/bin" \ MANDIR="${MANPREFIX}/man/man" \ CATDIR="${MANPREFIX}/man/man" -.include +.include + +.if ${OSVERSION} < 600000 +IGNORE= is not supported on 5.X +.endif + +.include