diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2008-04-11 21:10:40 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2008-04-11 21:10:40 +0000 |
commit | ffe37050853907d6dd0c0cedd4142b5f11af4ca4 (patch) | |
tree | 57ed3f6df65c3ad88a9515a643a4c277c4c165c2 /textproc/bsdsort | |
parent | b5868a75a6d0a59bc2fb32ec4a16172d40985d84 (diff) |
Notes
Diffstat (limited to 'textproc/bsdsort')
-rw-r--r-- | textproc/bsdsort/Makefile | 10 |
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> |