diff options
author | joerg <joerg> | 2007-09-04 21:27:02 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-09-04 21:27:02 +0000 |
commit | 2564a401775dbef284375f297ffd2911c01154f7 (patch) | |
tree | 7f18b22260991869758e8ef6bb97ded90e8fe05f /mail/perdition-postgresql | |
parent | 6ae61362178f8275a84c46139cf2627591c42baa (diff) | |
download | pkgsrc-2564a401775dbef284375f297ffd2911c01154f7.tar.gz |
Fix path to and depend on bash. Bump revision.
Diffstat (limited to 'mail/perdition-postgresql')
-rw-r--r-- | mail/perdition-postgresql/Makefile | 7 |
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" |