diff options
author | adam <adam@pkgsrc.org> | 2010-06-02 12:50:03 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-06-02 12:50:03 +0000 |
commit | f3501d7ad9dfab51356497034f813432609cd6a3 (patch) | |
tree | 57f24e6a05d8bcff6129259f25798a5ff4523a37 /mail/perdition-postgresql | |
parent | 7db5757d4d68caf61b93a40ab624666dd24ff9c0 (diff) | |
download | pkgsrc-f3501d7ad9dfab51356497034f813432609cd6a3.tar.gz |
Changes 1.18:
See http://hg.vergenet.net/perdition/perdition/
Diffstat (limited to 'mail/perdition-postgresql')
-rw-r--r-- | mail/perdition-postgresql/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/perdition-postgresql/Makefile b/mail/perdition-postgresql/Makefile index 5906cef730a..9e410287e67 100644 --- a/mail/perdition-postgresql/Makefile +++ b/mail/perdition-postgresql/Makefile @@ -1,7 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2010/02/10 19:34:07 joerg Exp $ -# - -PKGREVISION= 5 +# $NetBSD: Makefile,v 1.8 2010/06/02 12:50:04 adam Exp $ PERDITION_COMMENT= PostgreSQL user database module PERDITION_PKGNAME= postgresql @@ -13,4 +10,4 @@ USE_TOOLS+= bash:run REPLACE_BASH+= perdition/db/postgresql/perditiondb_postgresql_makedb .include "../../mk/pgsql.buildlink3.mk" -.include "../perdition/Makefile.common" +.include "../../mail/perdition/Makefile.common" |