pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ansiweather ansiweather: stop installing a global...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5842bd7dec69
branches:  trunk
changeset: 380901:5842bd7dec69
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Sat Jun 18 18:34:59 2022 +0000

description:
ansiweather: stop installing a global configuration file, it's unused.

Since revision 1.8, ansiweather wasn't patched anymore to read a global
configuration file.

One can argue there never really was any reason to patch the program as
a default location is displayed if no parameter is passed or if no user
configuration file is found.

See PR pkg/52026 for more details.

diffstat:

 misc/ansiweather/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 1a4b94231a2f -r 5842bd7dec69 misc/ansiweather/Makefile
--- a/misc/ansiweather/Makefile Sat Jun 18 18:11:27 2022 +0000
+++ b/misc/ansiweather/Makefile Sat Jun 18 18:34:59 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2022/06/18 18:11:27 fcambus Exp $
+# $NetBSD: Makefile,v 1.18 2022/06/18 18:34:59 fcambus Exp $
 
 DISTNAME=      ansiweather-1.18.0
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fcambus/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -23,8 +24,6 @@
 DOCDIR=                share/doc/ansiweather
 EGDIR=         share/examples/ansiweather
 
-CONF_FILES+=   ${EGDIR}/ansiweatherrc.example ${PKG_SYSCONFDIR}/ansiweatherrc
-
 AUTO_MKDIRS=           yes
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index