summaryrefslogtreecommitdiff
path: root/mail/perdition-postgresql
diff options
context:
space:
mode:
authorjoerg <joerg>2007-09-04 21:27:02 +0000
committerjoerg <joerg>2007-09-04 21:27:02 +0000
commit69a9ec1cec9de9d8c180884946aeb7fea3061485 (patch)
tree7f18b22260991869758e8ef6bb97ded90e8fe05f /mail/perdition-postgresql
parentb682dd6a6f4d9b544cc0741e9c7bf0fd4be282c4 (diff)
downloadpkgsrc-69a9ec1cec9de9d8c180884946aeb7fea3061485.tar.gz
Fix path to and depend on bash. Bump revision.
Diffstat (limited to 'mail/perdition-postgresql')
-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"