diff options
author | ghen <ghen@pkgsrc.org> | 2006-10-31 10:12:00 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-10-31 10:12:00 +0000 |
commit | 41e1b2bf5e95e0b6dd58ef1d049925e17af9a801 (patch) | |
tree | d108601cd296388919269c889afcb03b709df6b3 /databases/postgresql74-docs | |
parent | 6939968370d835bcb0db54cc435034b92538a27b (diff) | |
download | pkgsrc-41e1b2bf5e95e0b6dd58ef1d049925e17af9a801.tar.gz |
Fix PLIST, bump PKGREVISION.
Diffstat (limited to 'databases/postgresql74-docs')
-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} |