diff options
author | adam <adam@pkgsrc.org> | 2010-09-21 08:14:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-09-21 08:14:51 +0000 |
commit | 04ae10c75ab5af2064264acf5ab1466da5a50190 (patch) | |
tree | b8144f79e73b3894378c27e0924e157826cf4dbf /databases/postgresql90-docs | |
parent | 02f2373324bbf71011d977f6540543fe924a77a9 (diff) | |
download | pkgsrc-04ae10c75ab5af2064264acf5ab1466da5a50190.tar.gz |
Fix post-install
Diffstat (limited to 'databases/postgresql90-docs')
-rw-r--r-- | databases/postgresql90-docs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql90-docs/Makefile b/databases/postgresql90-docs/Makefile index 167e9a756a7..3aabc958672 100644 --- a/databases/postgresql90-docs/Makefile +++ b/databases/postgresql90-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/09/21 07:52:02 adam Exp $ +# $NetBSD: Makefile,v 1.2 2010/09/21 08:14:51 adam Exp $ PKGNAME= postgresql90-docs-${BASE_VERS} COMMENT= PostgreSQL database documentation @@ -21,7 +21,7 @@ BUILD_DIRS= ${INSTALL_DIRS} post-install: set -e; cd ${WRKSRC}/doc; for file in \ - FAQ* KNOWN_BUGS MISSING_FEATURES README.* TODO \ + KNOWN_BUGS MISSING_FEATURES README.* TODO \ bug.template; \ do \ ${INSTALL_DATA} $$file ${DESTDIR}${PG_DOC_DIR}/$$file; \ |