summaryrefslogtreecommitdiff
path: root/databases/postgresql91-plpython/Makefile
diff options
context:
space:
mode:
authorasau <asau>2012-10-02 21:25:15 +0000
committerasau <asau>2012-10-02 21:25:15 +0000
commit21624d22674a87185e0f173e0f65b774e6efbb8f (patch)
tree43a00ef6fe7500f6094c17b88abeee49f8e0895b /databases/postgresql91-plpython/Makefile
parent63944154ec01a79ab2a26d5cecd8ac55a41697ac (diff)
downloadpkgsrc-21624d22674a87185e0f173e0f65b774e6efbb8f.tar.gz
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'databases/postgresql91-plpython/Makefile')
-rw-r--r--databases/postgresql91-plpython/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/postgresql91-plpython/Makefile b/databases/postgresql91-plpython/Makefile
index 15b8777a1f9..9e1fa68808a 100644
--- a/databases/postgresql91-plpython/Makefile
+++ b/databases/postgresql91-plpython/Makefile
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2012/07/01 19:49:25 morr Exp $
+# $NetBSD: Makefile,v 1.5 2012/10/02 21:25:47 asau Exp $
PKGNAME= ${DISTNAME:C/-/91-plpython-/}
COMMENT= PL/Python procedural language for the PostgreSQL backend
-PKG_DESTDIR_SUPPORT= user-destdir
-
DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server
.include "../../databases/postgresql91/Makefile.common"