diff options
author | az <az@FreeBSD.org> | 2012-10-03 00:40:40 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-10-03 00:40:40 +0800 |
commit | 6a34058835f87a115d6731fd7d5dcdf4b6722eab (patch) | |
tree | 0d502420e832db5e27fe156fca9ded6815e0a2d1 /www | |
parent | da7fbedfb3cf3e721ebdd55b8aa2a1bc86acd3c5 (diff) | |
download | freebsd-ports-gnome-6a34058835f87a115d6731fd7d5dcdf4b6722eab.tar.gz freebsd-ports-gnome-6a34058835f87a115d6731fd7d5dcdf4b6722eab.tar.zst freebsd-ports-gnome-6a34058835f87a115d6731fd7d5dcdf4b6722eab.zip |
- Fix typos (LICENSE is correct form inside bsd.licenses.mk).
- Removed LICENSE_FILE where is no need in this.
Spotted by: zont@
Approved by: portmgr (bapt@)
Diffstat (limited to 'www')
-rw-r--r-- | www/openacs/Makefile | 3 | ||||
-rw-r--r-- | www/xombrero/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/www/openacs/Makefile b/www/openacs/Makefile index 6a23ac82009e..629a18e05023 100644 --- a/www/openacs/Makefile +++ b/www/openacs/Makefile @@ -14,8 +14,7 @@ EXTRACT_SUFX= .tgz?revision_id=${DIST_REV_ID} MAINTAINER?= ports@FreeBSD.org COMMENT?= A modular web application platform for communities -LICENCE= GPLv2 -LICENCE_FILE= ${WRKDIR}/license.txt +LICENSE= GPLv2 DIST_REV_ID?= 3646409 diff --git a/www/xombrero/Makefile b/www/xombrero/Makefile index b5b97ad76169..a192a6fd919d 100644 --- a/www/xombrero/Makefile +++ b/www/xombrero/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= zeising@FreeBSD.org COMMENT= Minimalists vi-like web browser based on webkit and GTK+ -LICENCE= ISCL +LICENSE= ISCL LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ soup-2.4:${PORTSDIR}/devel/libsoup \ |