diff options
Diffstat (limited to 'databases/postgresql74-docs/Makefile')
-rw-r--r-- | databases/postgresql74-docs/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/postgresql74-docs/Makefile b/databases/postgresql74-docs/Makefile index 9be9d044f4d..519d4606357 100644 --- a/databases/postgresql74-docs/Makefile +++ b/databases/postgresql74-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:14 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/05/16 01:32:22 jlam Exp $ PKGNAME= postgresql74-docs-${BASE_VERS} SVR4_PKGNAME= pstgd @@ -6,8 +6,9 @@ COMMENT= PostgreSQL database system documentation .include "../../databases/postgresql74/Makefile.common" -NO_BUILD= yes -NO_CONFIGURE= yes +NO_BUILD= yes +NO_CONFIGURE= yes +PKGSRC_USE_TOOLS+= tar #BUILD_DIRS= ${WRKSRC}/doc DOCDIR= ${PREFIX}/share/doc/postgresql |