pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tnftp Fix an installation problem under Mac OS X o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b4e87438293
branches:  trunk
changeset: 530838:9b4e87438293
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Jul 11 19:27:18 2007 +0000

description:
Fix an installation problem under Mac OS X on a case-insensitive filesystem.
"bmake" would always report that "`install' is up to date." because it
finds "INSTALL" when searching for "install".

diffstat:

 net/tnftp/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r fac6f14c11ee -r 9b4e87438293 net/tnftp/Makefile.common
--- a/net/tnftp/Makefile.common Wed Jul 11 17:45:07 2007 +0000
+++ b/net/tnftp/Makefile.common Wed Jul 11 19:27:18 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2006/07/14 21:41:42 jlam Exp $
+# $NetBSD: Makefile.common,v 1.2 2007/07/11 19:27:18 tron Exp $
 
 DISTNAME=              tnftp-20050625
 SVR4_PKGNAME=          tnftp
@@ -25,3 +25,4 @@
 
 do-extract:
        @${CP} -R ${FILESDIR} ${WRKSRC}
+       @${RM} -f ${WRKSRC}/INSTALL



Home | Main Index | Thread Index | Old Index