summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2004-07-26 07:40:04 +0000
committeragc <agc>2004-07-26 07:40:04 +0000
commita3e6ef48c69987193b86356850c9d17c7e87ee46 (patch)
tree022c889b1d5dfd80f00ff63a06e863bf2c492c08
parent2e8d812ba75ba885fb8ee1211a35ef39c93b40db (diff)
downloadpkgsrc-a3e6ef48c69987193b86356850c9d17c7e87ee46.tar.gz
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.
-rw-r--r--doc/CHANGES-pkgsrc-2004Q24
-rw-r--r--net/ddclient/Makefile5
2 files changed, 6 insertions, 3 deletions
diff --git a/doc/CHANGES-pkgsrc-2004Q2 b/doc/CHANGES-pkgsrc-2004Q2
index 1975022263a..ba4540bc46a 100644
--- a/doc/CHANGES-pkgsrc-2004Q2
+++ b/doc/CHANGES-pkgsrc-2004Q2
@@ -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 @@ Pullup ticket 63, requested by Grant Beattie [agc 2004-07-26]
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 --git a/net/ddclient/Makefile b/net/ddclient/Makefile
index 22c53abeeab..49ccc24a69e 100644
--- a/net/ddclient/Makefile
+++ b/net/ddclient/Makefile
@@ -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-build: # empty
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}