diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-07-23 21:07:47 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-07-23 21:07:47 +0000 |
commit | e34edc2ae69b20c7450249cbdb161a71b96cbc7e (patch) | |
tree | 98e2b65ed58fd2239c398f987c291e51326e2c73 /www/opera | |
parent | Update 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')
-rw-r--r-- | www/opera/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index cda4f9a8afe4..bca98e522590 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> |