pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2004Q2]: pkgsrc Pullup ticket 65 to the pkgsrc-2004Q2 branch, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/159c3b23d083
branches:  pkgsrc-2004Q2
changeset: 476737:159c3b23d083
user:      agc <agc%pkgsrc.org@localhost>
date:      Mon Jul 26 07:40:04 2004 +0000

description:
Pullup ticket 65 to the pkgsrc-2004Q2 branch, requested by Grant Beattie

Solaris fix for ddclient

        Module Name:    pkgsrc
        Committed By:   grant
        Date:           Sat Jul 24 02:52:28 UTC 2004

        Modified Files:
                pkgsrc/net/ddclient: Makefile

        Log Message:
        don't call "install -d" with >1 argument.

diffstat:

 doc/CHANGES-pkgsrc-2004Q2 |  4 +++-
 net/ddclient/Makefile     |  5 +++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 5be8ba5645f8 -r 159c3b23d083 doc/CHANGES-pkgsrc-2004Q2
--- a/doc/CHANGES-pkgsrc-2004Q2 Mon Jul 26 07:29:30 2004 +0000
+++ b/doc/CHANGES-pkgsrc-2004Q2 Mon Jul 26 07:40:04 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.30 2004/07/26 07:29:30 agc Exp $
+$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.31 2004/07/26 07:40:04 agc Exp $
 
 Changes to the packages collection and infrastructure on the
 pkgsrc-2004Q2 branch:
@@ -56,4 +56,6 @@
        Complete ticket 57 - security fix for apache2
 Pullup ticket 64, requested by Matthias Scheler [agc 2004-07-26]
        Security fix for samba 3.0
+Pullup ticket 65, requested by Grant Beattie [agc 2004-07-26]
+       Solaris fix for ddclient
 
diff -r 5be8ba5645f8 -r 159c3b23d083 net/ddclient/Makefile
--- a/net/ddclient/Makefile     Mon Jul 26 07:29:30 2004 +0000
+++ b/net/ddclient/Makefile     Mon Jul 26 07:40:04 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/03/31 01:40:04 jlam Exp $
+# $NetBSD: Makefile,v 1.16.2.1 2004/07/26 07:40:04 agc Exp $
 
 DISTNAME=      ddclient-3.6.2
 CATEGORIES=    net
@@ -39,7 +39,8 @@
 
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/ddclient ${PREFIX}/sbin
-       ${INSTALL_DATA_DIR} ${DOCDIR} ${EGDIR}
+       ${INSTALL_DATA_DIR} ${DOCDIR}
+       ${INSTALL_DATA_DIR} ${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCDIR}
        ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DOCDIR}
        ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}



Home | Main Index | Thread Index | Old Index