summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-07-23 21:07:47 +0000
committernaddy <naddy@FreeBSD.org>2003-07-23 21:07:47 +0000
commit8386a6501d5c1b95d48c1423aadc3c8ea13e1764 (patch)
tree2d83fb8a859e05947fb8d2a6728d2b049b1677f5
parent9e86363791d8cd13744db02688eb88995d8fe7f6 (diff)
downloadFreeBSD-ports-8386a6501d5c1b95d48c1423aadc3c8ea13e1764.zip
FreeBSD-ports-8386a6501d5c1b95d48c1423aadc3c8ea13e1764.tar.gz
Mark RESTRICTED. Not redistributable; commercial software.
Approved by: maintainer
-rw-r--r--www/linux-opera-devel/Makefile2
-rw-r--r--www/linux-opera/Makefile2
-rw-r--r--www/opera-devel/Makefile4
-rw-r--r--www/opera/Makefile4
4 files changed, 10 insertions, 2 deletions
diff --git a/www/linux-opera-devel/Makefile b/www/linux-opera-devel/Makefile
index 9755ded..cc50d06 100644
--- a/www/linux-opera-devel/Makefile
+++ b/www/linux-opera-devel/Makefile
@@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.2/-2/}.1-static-qt.i386
MAINTAINER= mezz7@cox.net
COMMENT= A blazingly fast, full-featured, standards-compliant browser
+RESTRICTED= "not redistributable; commercial software"
+
RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif
USE_BZIP2= yes
diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile
index 9755ded..cc50d06 100644
--- a/www/linux-opera/Makefile
+++ b/www/linux-opera/Makefile
@@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.2/-2/}.1-static-qt.i386
MAINTAINER= mezz7@cox.net
COMMENT= A blazingly fast, full-featured, standards-compliant browser
+RESTRICTED= "not redistributable; commercial software"
+
RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif
USE_BZIP2= yes
diff --git a/www/opera-devel/Makefile b/www/opera-devel/Makefile
index cda4f9a..bca98e5 100644
--- a/www/opera-devel/Makefile
+++ b/www/opera-devel/Makefile
@@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/12./12-/}.1-static-qt.i386.freebsd
MAINTAINER= ports@FreeBSD.org
COMMENT= A blazingly fast, full-featured, standards-compliant browser
+RESTRICTED= "not redistributable; commercial software"
+
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
USE_BZIP2= yes
@@ -25,7 +27,7 @@ NO_BUILD= yes
NO_FILTER_SHLIBS=yes
do-install:
- (cd ${WRKSRC} && ${SH} install.sh --prefix="${PREFIX}")
+ cd ${WRKSRC} && ${SH} install.sh --prefix="${PREFIX}"
.include <bsd.port.pre.mk>
diff --git a/www/opera/Makefile b/www/opera/Makefile
index cda4f9a..bca98e5 100644
--- a/www/opera/Makefile
+++ b/www/opera/Makefile
@@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/12./12-/}.1-static-qt.i386.freebsd
MAINTAINER= ports@FreeBSD.org
COMMENT= A blazingly fast, full-featured, standards-compliant browser
+RESTRICTED= "not redistributable; commercial software"
+
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
USE_BZIP2= yes
@@ -25,7 +27,7 @@ NO_BUILD= yes
NO_FILTER_SHLIBS=yes
do-install:
- (cd ${WRKSRC} && ${SH} install.sh --prefix="${PREFIX}")
+ cd ${WRKSRC} && ${SH} install.sh --prefix="${PREFIX}"
.include <bsd.port.pre.mk>
OpenPOWER on IntegriCloud