pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ddclient
Module Name: pkgsrc
Committed By: vins
Date: Fri Dec 12 18:22:51 UTC 2025
Modified Files:
pkgsrc/net/ddclient: Makefile
Log Message:
net/ddclient: fix PLIST error
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/net/ddclient/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/ddclient/Makefile
diff -u pkgsrc/net/ddclient/Makefile:1.56 pkgsrc/net/ddclient/Makefile:1.57
--- pkgsrc/net/ddclient/Makefile:1.56 Tue Jul 22 22:43:32 2025
+++ pkgsrc/net/ddclient/Makefile Fri Dec 12 18:22:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2025/07/22 22:43:32 abs Exp $
+# $NetBSD: Makefile,v 1.57 2025/12/12 18:22:51 vins Exp $
DISTNAME= ddclient-4.0.0
CATEGORIES= net
@@ -38,14 +38,16 @@ SUBST_STAGE.curlpath= pre-configure
SUBST_FILES.curlpath= sample-get-ip-from-fritzbox
SUBST_SED.curlpath= -e "s,^curl ,${PREFIX}/bin/curl ,"
+BUILDLINK_TRANSFORM+= rm:-Werror
+
INSTALLATION_DIRS= sbin share/doc/ddclient share/examples/ddclient
pre-configure:
${RUN} set -e; cd ${WRKSRC} && autoreconf -fiv
post-install:
- ${RM} -f ${DESTDIR}${PKG_SYSCONFDIR}/ddclient.conf
- ${INSTALL_DATA} ${WRKSRC}/ddclient.conf ${DESTDIR}${EGDIR}/ddclient.conf
+ ${MV} -f ${DESTDIR}${PKG_SYSCONFDIR}/ddclient/ddclient.conf \
+ ${DESTDIR}${EGDIR}/ddclient.conf
${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README.cisco ${DESTDIR}${DOCDIR}
Home |
Main Index |
Thread Index |
Old Index