diff options
author | asau <asau> | 2012-10-02 21:25:15 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-02 21:25:15 +0000 |
commit | 21624d22674a87185e0f173e0f65b774e6efbb8f (patch) | |
tree | 43a00ef6fe7500f6094c17b88abeee49f8e0895b /databases/phppgadmin | |
parent | 63944154ec01a79ab2a26d5cecd8ac55a41697ac (diff) | |
download | pkgsrc-21624d22674a87185e0f173e0f65b774e6efbb8f.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r-- | databases/phppgadmin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile index 300be911b44..59d565ddbc3 100644 --- a/databases/phppgadmin/Makefile +++ b/databases/phppgadmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/07/18 09:03:37 asau Exp $ +# $NetBSD: Makefile,v 1.28 2012/10/02 21:25:40 asau Exp $ DISTNAME= phpPgAdmin-5.0.4 PKGNAME= ${DISTNAME:S/PgAdmin/pgadmin/} @@ -12,8 +12,6 @@ COMMENT= Set of PHP-scripts to administer PostgreSQL over the WWW DEPENDS+= ${PHP_PKG_PREFIX}-pgsql>=4.2.0:../../databases/php-pgsql -PKG_DESTDIR_SUPPORT= user-destdir - MESSAGE_SUBST+= EGDIR=${EGDIR} NO_BUILD= YES |