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/postgresql90-docs | |
parent | 63944154ec01a79ab2a26d5cecd8ac55a41697ac (diff) | |
download | pkgsrc-21624d22674a87185e0f173e0f65b774e6efbb8f.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'databases/postgresql90-docs')
-rw-r--r-- | databases/postgresql90-docs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/postgresql90-docs/Makefile b/databases/postgresql90-docs/Makefile index 9108caecbd8..d12859457fa 100644 --- a/databases/postgresql90-docs/Makefile +++ b/databases/postgresql90-docs/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2012/07/01 19:42:06 morr Exp $ +# $NetBSD: Makefile,v 1.8 2012/10/02 21:25:44 asau Exp $ PKGNAME= ${DISTNAME:C/-/90-docs-/} COMMENT= PostgreSQL database documentation -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../databases/postgresql90/Makefile.common" BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml |