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 | ba171a91fab519f587b027c1a2888cb6e3fce049 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /databases/postgresql82-plpython | |
parent | 3ba79d294eb62e9c75cc32d37b4af7759af8c9d6 (diff) | |
download | pkgsrc-ba171a91fab519f587b027c1a2888cb6e3fce049.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'databases/postgresql82-plpython')
-rw-r--r-- | databases/postgresql82-plpython/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql82-plpython/Makefile b/databases/postgresql82-plpython/Makefile index 023a16ecc00..7b9b50fb7f5 100644 --- a/databases/postgresql82-plpython/Makefile +++ b/databases/postgresql82-plpython/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.4 2008/04/05 16:40:08 adam Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:19 joerg Exp $ PKGNAME= postgresql82-plpython-${BASE_VERS} COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql82-server>=${BASE_VERS}:../../databases/postgresql82-server +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../databases/postgresql82/Makefile.common" CONFIGURE_ARGS+= --with-python |