diff options
author | fcambus <fcambus@pkgsrc.org> | 2022-06-18 18:11:27 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2022-06-18 18:11:27 +0000 |
commit | b191bdb47afa633f88985ec4fc5755fb472b3da1 (patch) | |
tree | 59f9f9815accdd455e01be8ea469e2af8b3d0cf6 /misc | |
parent | ea9d3735f2fed0e8f4ff8e3514528eea3c8f7342 (diff) | |
download | pkgsrc-b191bdb47afa633f88985ec4fc5755fb472b3da1.tar.gz |
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.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ansiweather/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/misc/ansiweather/Makefile b/misc/ansiweather/Makefile index 1f1bd1d251b..024e0fd06c3 100644 --- a/misc/ansiweather/Makefile +++ b/misc/ansiweather/Makefile @@ -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 |