diff options
author | obache <obache> | 2011-06-10 09:51:15 +0000 |
---|---|---|
committer | obache <obache> | 2011-06-10 09:51:15 +0000 |
commit | 8e5e1ea6de0351e9531c03b5f08002013c83bff7 (patch) | |
tree | 78ae75724f388d78a4cb548db4052042d06b52a9 /databases | |
parent | 05a775bb086d09faa632cb5fca87125503f1759b (diff) | |
download | pkgsrc-8e5e1ea6de0351e9531c03b5f08002013c83bff7.tar.gz |
Add missing version number to PKGNAME.
Diffstat (limited to 'databases')
-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 0dec9af89cc..4a4baed4ce5 100644 --- a/databases/postgresql-uuid/Makefile.common +++ b/databases/postgresql-uuid/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.2 2011/03/08 03:05:07 brook Exp $ +# $NetBSD: Makefile.common,v 1.3 2011/06/10 09:51:15 obache Exp $ # # used by databases/postgresql83-uuid # used by databases/postgresql84-uuid # used by databases/postgresql90-uuid DISTNAME= uuid-freebsd-1.0.2 -PKGNAME= postgresql${PGSQL_VERSION}-uuid +PKGNAME= postgresql${PGSQL_VERSION}-uuid-1.0.2 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/2605/ EXTRACT_SUFX= .tgz |