diff options
author | asau <asau@pkgsrc.org> | 2012-10-02 21:25:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-02 21:25:15 +0000 |
commit | ba25df56c6f06ebdc49e8183931fcf771ffdff4d (patch) | |
tree | 43a00ef6fe7500f6094c17b88abeee49f8e0895b /databases/postgresql84-plperl | |
parent | 424b41d42d21b3809777219bf47d32a1cbccad86 (diff) | |
download | pkgsrc-ba25df56c6f06ebdc49e8183931fcf771ffdff4d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'databases/postgresql84-plperl')
-rw-r--r-- | databases/postgresql84-plperl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/postgresql84-plperl/Makefile b/databases/postgresql84-plperl/Makefile index 4ae985e6e98..9f2b1a0f27f 100644 --- a/databases/postgresql84-plperl/Makefile +++ b/databases/postgresql84-plperl/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2012/08/29 15:57:30 marino Exp $ +# $NetBSD: Makefile,v 1.13 2012/10/02 21:25:43 asau Exp $ PKGNAME= ${DISTNAME:C/-/84-plperl-/} PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-server .include "../../databases/postgresql84/Makefile.common" |