aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2008-04-12 05:10:40 +0800
committergabor <gabor@FreeBSD.org>2008-04-12 05:10:40 +0800
commit94a6b04f8d2c50bd1626ccb0fffbd1bb00383a85 (patch)
tree43727b0643b0b549b75dccc5d80d7bee897457f7
parenta19c5cfc686af2023c00657ef2df99d7c8e85b85 (diff)
downloadfreebsd-ports-graphics-94a6b04f8d2c50bd1626ccb0fffbd1bb00383a85.tar.gz
freebsd-ports-graphics-94a6b04f8d2c50bd1626ccb0fffbd1bb00383a85.tar.zst
freebsd-ports-graphics-94a6b04f8d2c50bd1626ccb0fffbd1bb00383a85.zip
- IGNORE on 5.X as it does not compile [1]
- portlint(1) Reported by: pointyhat (via pav) [1]
-rw-r--r--textproc/bsdsort/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/textproc/bsdsort/Makefile b/textproc/bsdsort/Makefile
index 0c63621135b..64f4b07d093 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>