pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/palm-db-tools Case-insensitive filesystems c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e78ca4d65c4
branches:  trunk
changeset: 365664:4e78ca4d65c4
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Sun Jul 23 01:29:35 2017 +0000

description:
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:

 databases/palm-db-tools/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r c7b2a851f01e -r 4e78ca4d65c4 databases/palm-db-tools/Makefile
--- a/databases/palm-db-tools/Makefile  Sun Jul 23 00:28:49 2017 +0000
+++ b/databases/palm-db-tools/Makefile  Sun Jul 23 01:29:35 2017 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index