aboutsummaryrefslogtreecommitdiff
path: root/misc/compat9x
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-03-25 11:05:33 +0000
committerRenato Botelho <garga@FreeBSD.org>2014-03-25 11:05:33 +0000
commit30ee48094c0d37f98ee2af1cb409ac56fa4f3d02 (patch)
treec92da2c4e624fd417dca008e41c0b87525564e64 /misc/compat9x
parent596ac59201de30c10a10023b12c19e2dfd548c0c (diff)
downloadports-30ee48094c0d37f98ee2af1cb409ac56fa4f3d02.tar.gz
ports-30ee48094c0d37f98ee2af1cb409ac56fa4f3d02.zip
- Fix LICENSE
- Replace USE_XZ by USES=tar:xz - Fix OSVERSION check, compatNx should be allowed only on systems running N+1
Notes
Notes: svn path=/head/; revision=349124
Diffstat (limited to 'misc/compat9x')
-rw-r--r--misc/compat9x/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/compat9x/Makefile b/misc/compat9x/Makefile
index 326d26b6c992..8b141d67888b 100644
--- a/misc/compat9x/Makefile
+++ b/misc/compat9x/Makefile
@@ -11,9 +11,9 @@ DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION}
MAINTAINER= garga@FreeBSD.org
COMMENT= A convenience package to install the compat9x libraries
-LICENSE= BSD
+LICENSE= BSD2CLAUSE
-USE_XZ= yes
+USES= tar:xz
NO_BUILD= yes
ONLY_FOR_ARCHS= i386 amd64
PLIST= ${PKGDIR}/pkg-plist.${ARCH}
@@ -23,8 +23,8 @@ USE_LDCONFIG= ${TARGET_DIR}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 900000
-IGNORE= is for FreeBSD 9.x and newer
+.if ${OSVERSION} < 1000000
+IGNORE= is for FreeBSD 10.x and newer
.endif
.if ${ARCH} == amd64