diff options
author | rillig <rillig@pkgsrc.org> | 2020-04-28 17:47:59 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-04-28 17:47:59 +0000 |
commit | cd13aff3dabdb8fb4aa37c45e6e49e3556420e18 (patch) | |
tree | 82ccce9409a02d9499733eb32f6db5fd7ddce639 /mail/dspam | |
parent | c08bd2fb0c4567426138227751b9b01ff5ea0af1 (diff) | |
download | pkgsrc-cd13aff3dabdb8fb4aa37c45e6e49e3556420e18.tar.gz |
mail/dspam: remove redundant file from SUBST_FILES
Diffstat (limited to 'mail/dspam')
-rw-r--r-- | mail/dspam/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index c80b8178fee..6a57769fccb 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2020/04/12 08:28:56 adam Exp $ +# $NetBSD: Makefile,v 1.103 2020/04/28 17:47:59 rillig Exp $ DISTNAME= dspam-3.10.2 PKGREVISION= 27 @@ -27,7 +27,6 @@ PKGCONFIG_OVERRIDE+= src/dspam.pc.in SUBST_CLASSES+= cgi SUBST_STAGE.cgi= pre-configure -SUBST_FILES.cgi= webui/cgi-bin/templates/nav_performance.html SUBST_FILES.cgi+= webui/cgi-bin/configure.pl.in SUBST_FILES.cgi+= webui/cgi-bin/dspam.cgi webui/cgi-bin/admin.cgi SUBST_FILES.cgi+= webui/cgi-bin/graph.cgi webui/cgi-bin/admingraph.cgi |