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/pgadmin3 | |
parent | 424b41d42d21b3809777219bf47d32a1cbccad86 (diff) | |
download | pkgsrc-ba25df56c6f06ebdc49e8183931fcf771ffdff4d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'databases/pgadmin3')
-rw-r--r-- | databases/pgadmin3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile index fa84e1561b7..bda20c0d18f 100644 --- a/databases/pgadmin3/Makefile +++ b/databases/pgadmin3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2012/10/02 17:10:44 tron Exp $ +# $NetBSD: Makefile,v 1.31 2012/10/02 21:25:37 asau Exp $ DISTNAME= pgadmin3-1.12.1 PKGREVISION= 11 @@ -9,8 +9,6 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://www.pgadmin.org/ COMMENT= Graphical PostgreSQL client and administration tool -PKG_DESTDIR_SUPPORT= user-destdir - PGSQL_VERSIONS_ACCEPTED=90 84 83 USE_LANGUAGES= c c++ |