diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
commit | a459d6adc77b22d7efa499cea1bcfbae7c929a42 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /mail/perdition-postgresql/Makefile | |
parent | 7854cf84ecbcc45c6b18092fadae7896937e468a (diff) | |
download | pkgsrc-a459d6adc77b22d7efa499cea1bcfbae7c929a42.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'mail/perdition-postgresql/Makefile')
-rw-r--r-- | mail/perdition-postgresql/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/perdition-postgresql/Makefile b/mail/perdition-postgresql/Makefile index c24ed171ab8..6386934e9d1 100644 --- a/mail/perdition-postgresql/Makefile +++ b/mail/perdition-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/03/13 17:38:48 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:35 joerg Exp $ # PKGREVISION= 4 @@ -7,6 +7,8 @@ PERDITION_COMMENT= PostgreSQL user database module PERDITION_PKGNAME= postgresql PERDITION_SKIP_DISABLE= pg +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= bash:run REPLACE_BASH+= perdition/db/postgresql/perditiondb_postgresql_makedb |