1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- IGNORE on 5.X as it does not compile [1]

- portlint(1)

Reported by:	pointyhat (via pav) [1]
This commit is contained in:
Gabor Kovesdan 2008-04-11 21:10:40 +00:00
parent b5868a75a6
commit ffe3705085
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211094

View File

@ -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>