diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-25 07:21:58 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-25 07:21:58 +0800 |
commit | 0c1e42073afe38a7ca9621dccd00f80a868b17bb (patch) | |
tree | b2e97335f44e77891d2d5227ec69daf6dda112e2 | |
parent | 8f5d84d892056b384db9425e89d2c4cfebd32441 (diff) | |
download | freebsd-ports-gnome-0c1e42073afe38a7ca9621dccd00f80a868b17bb.tar.gz freebsd-ports-gnome-0c1e42073afe38a7ca9621dccd00f80a868b17bb.tar.zst freebsd-ports-gnome-0c1e42073afe38a7ca9621dccd00f80a868b17bb.zip |
- A port which is restricted should must not hide this fact
- Make LEGAL and the Makefile agree on the exact text
Approved by: portmgr (implicit)
-rw-r--r-- | LEGAL | 2 | ||||
-rw-r--r-- | devel/simian/Makefile | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -231,7 +231,7 @@ serious.sam* games/linux-ssamtse Redistribution limited sharefonts-* x11-fonts/sharefonts Shareware. Cannot be distributed without prior authorization shorten-* audio/shorten May not be sold. May not be distributed if modified sid-milter-* mail/sid-milter May incorporate intellectual property, possible patent issues -simian-* devel/simian Have to agree to license before download. +simian-* devel/simian Have to agree to license before download ski-*.i386.rpm emulators/ski Restrictive license skype* net-im/skype Not for redistribution SnowIsh-* x11-themes/gnome-icons-snowish Author rights unclear diff --git a/devel/simian/Makefile b/devel/simian/Makefile index 358667dabc06..4b8403b2c6d3 100644 --- a/devel/simian/Makefile +++ b/devel/simian/Makefile @@ -40,9 +40,7 @@ PLIST_SUB+= MONO="@comment " SUB_LIST+= MONO="@comment " .endif -.if defined(PACKAGE_BUILDING) RESTRICTED= Have to agree to license before download -.endif SUB_FILES= simian SUB_LIST+= VERSION=${PORTVERSION} |