Tue Aug 27 15:42:06 2013 UTC ()
Fix bash script.


(joerg)
diff -r1.39 -r1.40 pkgsrc/databases/pgadmin3/Makefile

cvs diff -r1.39 -r1.40 pkgsrc/databases/pgadmin3/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/pgadmin3/Makefile 2013/07/20 05:10:42 1.39
+++ pkgsrc/databases/pgadmin3/Makefile 2013/08/27 15:42:06 1.40
@@ -1,32 +1,34 @@ @@ -1,32 +1,34 @@
1# $NetBSD: Makefile,v 1.39 2013/07/20 05:10:42 richard Exp $ 1# $NetBSD: Makefile,v 1.40 2013/08/27 15:42:06 joerg Exp $
2 2
3DISTNAME= pgadmin3-1.16.1 3DISTNAME= pgadmin3-1.16.1
4CATEGORIES= databases 4CATEGORIES= databases
5MASTER_SITES= ${MASTER_SITE_PGSQL:=pgadmin3/release/v${PKGVERSION_NOREV}/src/} 5MASTER_SITES= ${MASTER_SITE_PGSQL:=pgadmin3/release/v${PKGVERSION_NOREV}/src/}
6 6
7MAINTAINER= joerg@NetBSD.org 7MAINTAINER= joerg@NetBSD.org
8HOMEPAGE= http://www.pgadmin.org/ 8HOMEPAGE= http://www.pgadmin.org/
9COMMENT= Graphical PostgreSQL client and administration tool 9COMMENT= Graphical PostgreSQL client and administration tool
10LICENSE= postgresql-license 10LICENSE= postgresql-license
11 11
12USE_LANGUAGES= c99 c++ 12USE_LANGUAGES= c99 c++
13USE_TOOLS+= automake autoreconf gmake msgfmt 13USE_TOOLS+= automake autoreconf gmake msgfmt
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15 15
16PKG_OPTIONS_VAR= PKG_OPTIONS.pgadmin3 16PKG_OPTIONS_VAR= PKG_OPTIONS.pgadmin3
17PKG_SUPPORTED_OPTIONS= pgadmin-db-designer doc 17PKG_SUPPORTED_OPTIONS= pgadmin-db-designer doc
18PKG_SUGGESTED_OPTIONS= pgadmin-db-designer 18PKG_SUGGESTED_OPTIONS= pgadmin-db-designer
19 19
 20REPLACE_SH= pgadmin/ver_svn.sh
 21
20.include "../../mk/bsd.options.mk" 22.include "../../mk/bsd.options.mk"
21 23
22PLIST_VARS= doc 24PLIST_VARS= doc
23 25
24### 26###
25### Database Designer support 27### Database Designer support
26### 28###
27.if !empty(PKG_OPTIONS:Mpgadmin-db-designer) 29.if !empty(PKG_OPTIONS:Mpgadmin-db-designer)
28CONFIGURE_ARGS+= --enable-databasedesigner 30CONFIGURE_ARGS+= --enable-databasedesigner
29.endif 31.endif
30 32
31.if !empty(PKG_OPTIONS:Mdoc) 33.if !empty(PKG_OPTIONS:Mdoc)
32PLIST.doc= yes 34PLIST.doc= yes