summaryrefslogtreecommitdiff
path: root/databases/palm-db-tools
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2017-07-23 01:29:35 +0000
committerdsainty <dsainty@pkgsrc.org>2017-07-23 01:29:35 +0000
commitd03945c4ae2c86d5b6c278374cf04b1563259e1f (patch)
tree761d15986c3cf38ffa1f4607800d9c68838f5af1 /databases/palm-db-tools
parenteccf448536aff7ac07c890d9d1d8b3b41c573ad2 (diff)
downloadpkgsrc-d03945c4ae2c86d5b6c278374cf04b1563259e1f.tar.gz
Case-insensitive filesystems confuse make install without moving the
INSTALL file out of the way. Fixes build on Darwin for the vanishingly small count of people that both use MacOS and a Palm Pilot. You're welcome.
Diffstat (limited to 'databases/palm-db-tools')
-rw-r--r--databases/palm-db-tools/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/palm-db-tools/Makefile b/databases/palm-db-tools/Makefile
index 62f399e8346..d7698229545 100644
--- a/databases/palm-db-tools/Makefile
+++ b/databases/palm-db-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/10/02 21:25:37 asau Exp $
+# $NetBSD: Makefile,v 1.8 2017/07/23 01:29:35 dsainty Exp $
#
DISTNAME= ${PKGNAME_NOREV:S/./_/g}
@@ -26,6 +26,10 @@ CONFIGURE_ARGS= --disable-warnings --enable-libtool
INSTALLATION_DIRS= share/doc/palm-db-tools
INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX}
+# Case-insensitive filesystems confuse make install without this.
+post-extract:
+ cd ${WRKSRC} && mv INSTALL INSTALL.txt
+
post-install:
${INSTALL_DATA} ${WRKSRC}/docs/manual.* ${DESTDIR}${PREFIX}/share/doc/palm-db-tools