Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_online-client pkgtools/pkg_online-client:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea3ed10a2e53
branches:  trunk
changeset: 432550:ea3ed10a2e53
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 23 08:49:08 2020 +0000

description:
pkgtools/pkg_online-client: clean up REPLACE_SH

diffstat:

 pkgtools/pkg_online-client/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6d49b3c3570f -r ea3ed10a2e53 pkgtools/pkg_online-client/Makefile
--- a/pkgtools/pkg_online-client/Makefile       Sat May 23 08:42:19 2020 +0000
+++ b/pkgtools/pkg_online-client/Makefile       Sat May 23 08:49:08 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/08/26 10:06:46 cheusov Exp $
+# $NetBSD: Makefile,v 1.11 2020/05/23 08:49:08 rillig Exp $
 #
 
 .include "../../pkgtools/pkg_online-server/Makefile.common"
@@ -27,7 +27,7 @@
 CONF_FILES=    ${EGDIR}/pkg_online_client.conf \
                ${PKG_SYSCONFDIR}/pkg_online_client.conf
 
-REPLACE_SH=    client/pkg_online_client client/pkg_online_find
+REPLACE_SH=    client/pkg_online_find
 
 .include "../../devel/mk-configure/mk-c.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index