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