diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2023-07-25 22:07:21 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2023-07-25 22:07:21 +0300 |
commit | 072e5c1ed78ff181364e3b702bb5d853f0aff86d (patch) | |
tree | 6efafa3820f2a2cfc5cb0954442a3fd5329615c4 | |
parent | 813409127c0d8671332b389ce5bfc095caca46e7 (diff) | |
download | freebsd-ports-072e5c1ed78ff181364e3b702bb5d853f0aff86d.zip |
mail/dspam: adjust SHEBANG_FILES masks to cover *.pl.in template
Bump PORTREVISION to force reroll with correct configure script
Reported by: poudriere bulk -t
Approved by: portmgr blanket
Sponsored by: Serenity Cybersecurity, LLC
-rw-r--r-- | mail/dspam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 9a412c98cb88..eb01e112ca93 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -4,7 +4,7 @@ PORTNAME= dspam PORTVERSION= 3.10.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -88,7 +88,7 @@ SHEBANG_FILES= src/tools/dspam_logrotate \ webui/cgi-bin/templates/*/strings.pl \ webui/cgi-bin/templates/strings.pl \ webui/cgi-bin/*.cgi \ - webui/cgi-bin/*.pl + webui/cgi-bin/*.pl* .ifdef(GDBS) CFLAGS+= -g -DDEBUG |