diff options
author | taca <taca> | 2011-12-15 16:05:58 +0000 |
---|---|---|
committer | taca <taca> | 2011-12-15 16:05:58 +0000 |
commit | 725b5808e07eb6c508aa72958713b7f53d415eb2 (patch) | |
tree | b7c034a81491914418141444503fbbc57c2c524a /www/fengoffice | |
parent | 9421a4dc19efe17f5b7acedb53322c1950f581a1 (diff) | |
download | pkgsrc-725b5808e07eb6c508aa72958713b7f53d415eb2.tar.gz |
Correct LICENSE. It isn't GPL v3 but AGPL v3.
Bump PKGREVISION.
Diffstat (limited to 'www/fengoffice')
-rw-r--r-- | www/fengoffice/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/fengoffice/Makefile b/www/fengoffice/Makefile index 3fb0bfa85a5..5508c447193 100644 --- a/www/fengoffice/Makefile +++ b/www/fengoffice/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2011/09/16 05:46:26 obache Exp $ +# $NetBSD: Makefile,v 1.14 2011/12/15 16:05:58 taca Exp $ # DISTNAME= fengoffice_1.7.5 PKGNAME= ${DISTNAME:S/_/-/:C/.rc$/rc1/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opengoo/} EXTRACT_SUFX= .zip @@ -11,7 +11,7 @@ EXTRACT_SUFX= .zip MAINTAINER= taca@NetBSD.org HOMEPAGE= http://fengoffice.com/web/community/community_index.php COMMENT= Easy to use Open Source Web Office -LICENSE= gnu-gpl-v3 +LICENSE= gnu-agpl-v3 CONFLICTS+= opengoo-[0-9]* |