summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-09-04 21:27:02 +0000
committerjoerg <joerg@pkgsrc.org>2007-09-04 21:27:02 +0000
commitccde6ffdba2ea41455e657f665ae6f5b56673127 (patch)
tree7f18b22260991869758e8ef6bb97ded90e8fe05f /mail
parent6cb1643b2ab2ebcdc6ab040b48efbf8c2e8b4aee (diff)
downloadpkgsrc-ccde6ffdba2ea41455e657f665ae6f5b56673127.tar.gz
Fix path to and depend on bash. Bump revision.
Diffstat (limited to 'mail')
-rw-r--r--mail/perdition-postgresql/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/perdition-postgresql/Makefile b/mail/perdition-postgresql/Makefile
index 2bdbb925bd8..330893fdeaa 100644
--- a/mail/perdition-postgresql/Makefile
+++ b/mail/perdition-postgresql/Makefile
@@ -1,11 +1,14 @@
-# $NetBSD: Makefile,v 1.3 2006/12/28 12:12:58 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2007/09/04 21:27:02 joerg Exp $
#
-PKGREVISION= 2
+PKGREVISION= 3
PERDITION_COMMENT= PostgreSQL user database module
PERDITION_PKGNAME= postgresql
PERDITION_SKIP_DISABLE= pg
+USE_TOOLS+= bash:run
+REPLACE_BASH+= perdition/db/postgresql/perditiondb_postgresql_makedb
+
.include "../../mk/pgsql.buildlink3.mk"
.include "../perdition/Makefile.common"