diff options
author | brook <brook@pkgsrc.org> | 2011-03-08 03:05:07 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2011-03-08 03:05:07 +0000 |
commit | 6b8ab9e16347d903921acb91309d45b0e14273e3 (patch) | |
tree | 7f7a6b45a426f0bca53a3c689dab0645ae6f803d /databases/postgresql-uuid | |
parent | a665a854d9177039eab34731b19011bf52820e95 (diff) | |
download | pkgsrc-6b8ab9e16347d903921acb91309d45b0e14273e3.tar.gz |
Switch the license for databases/postgresql-uuid to isc per suggestion by
Thomas Klausner. Although the two licenses are not word-for-word identical,
they are very close, use much of the same wording, and seem equivalent in
intent. This prevents proliferation of yet another license in the collection.
Diffstat (limited to 'databases/postgresql-uuid')
-rw-r--r-- | databases/postgresql-uuid/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-uuid/Makefile.common b/databases/postgresql-uuid/Makefile.common index 6662de229a6..0dec9af89cc 100644 --- a/databases/postgresql-uuid/Makefile.common +++ b/databases/postgresql-uuid/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2011/03/05 17:54:35 brook Exp $ +# $NetBSD: Makefile.common,v 1.2 2011/03/08 03:05:07 brook Exp $ # # used by databases/postgresql83-uuid # used by databases/postgresql84-uuid @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= brook@nmsu.edu HOMEPAGE= http://pgfoundry.org/projects/uuid-freebsd/ COMMENT= UUID creation functions for PostgreSQL -LICENSE= ag-license +LICENSE= isc PKG_DESTDIR_SUPPORT= user-destdir |