pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ansiweather



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Sat Jun 18 18:11:27 UTC 2022

Modified Files:
        pkgsrc/misc/ansiweather: Makefile

Log Message:
ansiweather: remove SUBST directives, they are not run anymore.

They haven't been run since SUBST_STAGE.config was set to pre-configure
in revision 1.8, as NO_CONFIGURE is set to "yes". This accidentally
fixed PR pkg/52026.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/ansiweather/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/ansiweather/Makefile
diff -u pkgsrc/misc/ansiweather/Makefile:1.16 pkgsrc/misc/ansiweather/Makefile:1.17
--- pkgsrc/misc/ansiweather/Makefile:1.16       Tue Sep 14 16:49:01 2021
+++ pkgsrc/misc/ansiweather/Makefile    Sat Jun 18 18:11:27 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2021/09/14 16:49:01 fcambus Exp $
+# $NetBSD: Makefile,v 1.17 2022/06/18 18:11:27 fcambus Exp $
 
 DISTNAME=      ansiweather-1.18.0
 CATEGORIES=    misc
@@ -25,11 +25,6 @@ EGDIR=               share/examples/ansiweather
 
 CONF_FILES+=   ${EGDIR}/ansiweatherrc.example ${PKG_SYSCONFDIR}/ansiweatherrc
 
-SUBST_CLASSES+=                config
-SUBST_FILES.config=    ansiweather
-SUBST_SED.config=      -e 's,~/.ansiweatherrc,${PKG_SYSCONFDIR}/ansiweatherrc,'
-SUBST_STAGE.config=    pre-configure
-
 AUTO_MKDIRS=           yes
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index