diff options
author | wiz <wiz@pkgsrc.org> | 2013-03-04 21:57:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-03-04 21:57:21 +0000 |
commit | b6b2af24ff2df198f40c7f90633846ac4c712ced (patch) | |
tree | 90c831b60b2c2edc2f8d79c09d5c532ff7a500e6 /www/aipo | |
parent | 3977587e1b0f0ffcc1ffa0cff83be1e0fc006601 (diff) | |
download | pkgsrc-b6b2af24ff2df198f40c7f90633846ac4c712ced.tar.gz |
Revert agpl3 rename.
Requested by gdt.
pkgsrc policy: file names per OSI, not per default-allowed set.
Diffstat (limited to 'www/aipo')
-rw-r--r-- | www/aipo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/aipo/Makefile b/www/aipo/Makefile index ab71b9d8bf1..aa9debc4bc5 100644 --- a/www/aipo/Makefile +++ b/www/aipo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2013/03/03 23:53:45 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/03/04 21:57:21 wiz Exp $ # DISTNAME= aipo${VERSION:S/.//g}0ja_linux32 @@ -10,7 +10,7 @@ MASTER_SITES= http://aipo.googlecode.com/files/ MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://www.aipo.com/ COMMENT= Web-based groupware that supports Japanese interface -LICENSE= gnu-agpl-v3-license +LICENSE= gnu-agpl-v3 DEPENDS= jdbc-postgresql92-[0-9]*:../../databases/jdbc-postgresql92 |