diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-19 14:44:23 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-19 14:44:23 +0000 |
commit | e28af42f42ba485c29a63d7b8076069b118600d1 (patch) | |
tree | 66349ab6b8778769afb75e99f05a807d642e0076 | |
parent | a876460312721dbec440c70c2d75cd33898b9714 (diff) |
- Reflect change of license name
Notes
Notes:
svn path=/head/; revision=345096
-rw-r--r-- | databases/pgtcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pgtcl/Makefile b/databases/pgtcl/Makefile index 1c95d77f1b6b..c54cb7eda5d4 100644 --- a/databases/pgtcl/Makefile +++ b/databases/pgtcl/Makefile @@ -12,7 +12,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src MAINTAINER= mi@aldan.algebra.com COMMENT= TCL extension for accessing a PostgreSQL server (PGTCL-NG) -LICENSE= PGSQL +LICENSE= PostgreSQL LICENSE_FILE= ${WRKSRC}/COPYRIGHT OPTIONS_DEFINE= DOCS |