summaryrefslogtreecommitdiff
path: root/www/opera-devel
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-07-23 21:07:47 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-07-23 21:07:47 +0000
commite34edc2ae69b20c7450249cbdb161a71b96cbc7e (patch)
tree98e2b65ed58fd2239c398f987c291e51326e2c73 /www/opera-devel
parentUpdate to DAT 4279 (diff)
Mark RESTRICTED. Not redistributable; commercial software.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=85484
Diffstat (limited to 'www/opera-devel')
-rw-r--r--www/opera-devel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/opera-devel/Makefile b/www/opera-devel/Makefile
index cda4f9a8afe4..bca98e522590 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>