diff options
-rw-r--r-- | databases/postgresql74-docs/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql74-docs/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/databases/postgresql74-docs/Makefile b/databases/postgresql74-docs/Makefile index 3f49a50fedc..210057da627 100644 --- a/databases/postgresql74-docs/Makefile +++ b/databases/postgresql74-docs/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2006/10/18 19:24:07 adam Exp $ +# $NetBSD: Makefile,v 1.11 2006/10/31 10:12:00 ghen Exp $ PKGNAME= postgresql74-docs-${BASE_VERS} +PKGREVISION= 1 SVR4_PKGNAME= pstgd COMMENT= PostgreSQL database system documentation diff --git a/databases/postgresql74-docs/PLIST b/databases/postgresql74-docs/PLIST index c63f1c522cd..3caf74ec663 100644 --- a/databases/postgresql74-docs/PLIST +++ b/databases/postgresql74-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2006/10/18 19:24:07 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/10/31 10:12:00 ghen Exp $ share/doc/postgresql/FAQ share/doc/postgresql/FAQ_AIX share/doc/postgresql/FAQ_DEV @@ -676,4 +676,5 @@ share/doc/postgresql/xoper.html share/doc/postgresql/xplang.html share/doc/postgresql/xtypes.html @dirrm share/doc/postgresql/TODO.detail +@dirrm share/doc/postgresql @unexec ${RMDIR} %D/doc/postgresql 2>/dev/null || ${TRUE} |