diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-04-17 05:56:50 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-04-17 05:56:50 +0000 |
commit | 6a2cd8e3d111f8006363bc2b290442641ac2081d (patch) | |
tree | 412a4cebd697c4770432ce193500382a0fc71787 | |
parent | - Pass MAKE_ENV into build so that WITH_CCACHE_BUILD works (diff) |
- These are not RESTRICTED anymore as DJB placed them into public
domain and explicitly allows for distribution.
See r350021 for more details.
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=351451
-rw-r--r-- | sysutils/ucspi-ipc/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ucspi-ssl/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sysutils/ucspi-ipc/Makefile b/sysutils/ucspi-ipc/Makefile index 9767c9d0d98c..62eafe5dc68c 100644 --- a/sysutils/ucspi-ipc/Makefile +++ b/sysutils/ucspi-ipc/Makefile @@ -13,8 +13,6 @@ USES= perl5 DISABLE_SIZE= yes -RESTRICTED= Non-explicit licensing terms - DOCS= CHANGES WRKSRC= ${WRKDIR}/host/superscript.com/net/${DISTNAME} diff --git a/sysutils/ucspi-ssl/Makefile b/sysutils/ucspi-ssl/Makefile index cf8cb48155d9..bc44c1547469 100644 --- a/sysutils/ucspi-ssl/Makefile +++ b/sysutils/ucspi-ssl/Makefile @@ -21,8 +21,6 @@ CONFLICTS?= ucspi-ssl-tls-[0-9]* USES= perl5 -RESTRICTED= Non-explicit licensing terms - PORTDOCS= CHANGES TODO UCSPI-SSL WRKSRC= ${WRKDIR}/host/superscript.com/net/${DISTNAME} |