summaryrefslogtreecommitdiff
path: root/misc
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
parent- update to 1.0.23 (diff)
- 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')
-rw-r--r--misc/compat7x/Makefile8
-rw-r--r--misc/compat8x/Makefile8
-rw-r--r--misc/compat9x/Makefile8
3 files changed, 12 insertions, 12 deletions
diff --git a/misc/compat7x/Makefile b/misc/compat7x/Makefile
index c1b18f9d2c89..833340931e6d 100644
--- a/misc/compat7x/Makefile
+++ b/misc/compat7x/Makefile
@@ -11,9 +11,9 @@ DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION}
MAINTAINER= garga@FreeBSD.org
COMMENT= A convenience package to install the compat7x 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} < 700000
-IGNORE= is for FreeBSD 7.x and newer
+.if ${OSVERSION} < 800000
+IGNORE= is for FreeBSD 8.x and newer
.endif
.if ${ARCH} == amd64
diff --git a/misc/compat8x/Makefile b/misc/compat8x/Makefile
index d21211d79d70..ee9700a24d38 100644
--- a/misc/compat8x/Makefile
+++ b/misc/compat8x/Makefile
@@ -12,9 +12,9 @@ DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION}
MAINTAINER= garga@FreeBSD.org
COMMENT= A convenience package to install the compat8x libraries
-LICENSE= BSD
+LICENSE= BSD2CLAUSE
-USE_XZ= yes
+USES= tar:xz
NO_BUILD= yes
ONLY_FOR_ARCHS= i386 amd64
PLIST= ${PKGDIR}/pkg-plist.${ARCH}
@@ -24,8 +24,8 @@ USE_LDCONFIG= ${TARGET_DIR}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 800000
-IGNORE= is for FreeBSD 8.x and newer
+.if ${OSVERSION} < 900000
+IGNORE= is for FreeBSD 9.x and newer
.endif
# libstdc++.so.6 could be necessary to run an 8.x binary
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