Wed Feb 16 12:22:00 2011 UTC ()
Fix PKGNAME.


(wiz)
diff -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql90-fuzzystrmatch/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql90-fuzzystrmatch/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-fuzzystrmatch/Attic/Makefile 2011/02/16 06:33:11 1.1.1.1
+++ pkgsrc/databases/postgresql90-fuzzystrmatch/Attic/Makefile 2011/02/16 12:22:00 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.1.1.1 2011/02/16 06:33:11 manu Exp $ 1# $NetBSD: Makefile,v 1.2 2011/02/16 12:22:00 wiz Exp $
2 2
3PKGNAME= postgresql90-fuzzystrmatch-${BASE_VERS} 3PKGNAME= ${DISTNAME:C/-/90-fuzzystrmatch-/}
4COMMENT= PostgreSQL fuzzystrmatch contribution 4COMMENT= PostgreSQL fuzzystrmatch contribution
5 5
6PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
7 7
8.include "../../databases/postgresql90/Makefile.common" 8.include "../../databases/postgresql90/Makefile.common"
9 9
10INSTALL_DIRS+= contrib/fuzzystrmatch 10INSTALL_DIRS+= contrib/fuzzystrmatch
11 11
12BUILD_DIRS= ${INSTALL_DIRS} 12BUILD_DIRS= ${INSTALL_DIRS}
13 13
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15 15
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"