aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2008-04-11 21:10:40 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2008-04-11 21:10:40 +0000
commitffe37050853907d6dd0c0cedd4142b5f11af4ca4 (patch)
tree57ed3f6df65c3ad88a9515a643a4c277c4c165c2 /textproc
parentb5868a75a6d0a59bc2fb32ec4a16172d40985d84 (diff)
downloadports-ffe37050853907d6dd0c0cedd4142b5f11af4ca4.tar.gz
ports-ffe37050853907d6dd0c0cedd4142b5f11af4ca4.zip
- IGNORE on 5.X as it does not compile [1]
- portlint(1) Reported by: pointyhat (via pav) [1]
Notes
Notes: svn path=/head/; revision=211094
Diffstat (limited to 'textproc')
-rw-r--r--textproc/bsdsort/Makefile10
1 files 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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 600000
+IGNORE= is not supported on 5.X
+.endif
+
+.include <bsd.port.post.mk>