diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-01 19:51:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-01 19:51:18 +0000 |
commit | 97d3451b2588c0c871f34360921903103207e4a9 (patch) | |
tree | 7074c646e7fed506f5bd963be7407f76069f5469 /sysutils/apcupsd | |
parent | c32a940a8e2b0da1eeb13de819f17fe8a54dd272 (diff) | |
download | pkgsrc-97d3451b2588c0c871f34360921903103207e4a9.tar.gz |
sysutils/apcupsd: remove nonexistent files from SUBST_FILES
Diffstat (limited to 'sysutils/apcupsd')
-rw-r--r-- | sysutils/apcupsd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 2086d5972c9..4499a484612 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2019/12/22 15:57:36 jmcneill Exp $ +# $NetBSD: Makefile,v 1.90 2020/05/01 19:51:18 rillig Exp $ DISTNAME= apcupsd-3.14.13r2365 PKGREVISION= 5 @@ -87,8 +87,6 @@ INSTALLATION_DIRS= share/examples/apcupsd share/examples/rc.d \ SUBST_CLASSES+= strip SUBST_STAGE.strip= pre-configure SUBST_FILES.strip= autoconf/install-sh autoconf/targets.mak -SUBST_FILES.strip+= src/gapcmon/Makefile.in src/cgi/Makefile.in -SUBST_FILES.strip+= src/Makefile.in SUBST_SED.strip= -e "s|STRIP|STRIPFLAG|g" SUBST_MESSAGE.strip= Fixing conflicting STRIP variable name |