diff options
author | adam <adam> | 2010-09-21 08:14:51 +0000 |
---|---|---|
committer | adam <adam> | 2010-09-21 08:14:51 +0000 |
commit | 4b8b40919b3cad5fc69fc7ea25a6e94fca6fc94b (patch) | |
tree | b8144f79e73b3894378c27e0924e157826cf4dbf | |
parent | 3eb49033f9ad761b23e2f57438cdb93e80594d56 (diff) | |
download | pkgsrc-4b8b40919b3cad5fc69fc7ea25a6e94fca6fc94b.tar.gz |
Fix post-install
-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; \ |