aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dspam
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2005-05-27 18:24:02 +0800
committernetchild <netchild@FreeBSD.org>2005-05-27 18:24:02 +0800
commit483d18a385d6ff7e6f5801a43e9607eff5e5e9fd (patch)
tree8504c0208c92a2ed3b12e4e9f3996a1b224dcc22 /mail/dspam
parented4c4781fa7d36ceb9af9854c306e3f5869b9a90 (diff)
downloadfreebsd-ports-gnome-483d18a385d6ff7e6f5801a43e9607eff5e5e9fd.tar.gz
freebsd-ports-gnome-483d18a385d6ff7e6f5801a43e9607eff5e5e9fd.tar.zst
freebsd-ports-gnome-483d18a385d6ff7e6f5801a43e9607eff5e5e9fd.zip
Fix sed script, no portrevision bump since the previous version should
result in an error. Submitted by: maintainer
Diffstat (limited to 'mail/dspam')
-rw-r--r--mail/dspam/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile
index cca661c33933..281acb98d996 100644
--- a/mail/dspam/Makefile
+++ b/mail/dspam/Makefile
@@ -426,7 +426,7 @@ USE_PERL5_RUN= yes
PLIST_SUB+= CGI=""
CGI_PATH?= ${PREFIX}/www/vhosts/dspam
_SED_SCRIPT+= -e 's/%%CGI%%//g'
-_SED_SCRIPT+= -e 's/%%CGI_PATH%%/${CGI_PATH}/g'
+_SED_SCRIPT+= -e 's,%%CGI_PATH%%,${CGI_PATH},g'
#SED_FILES= ${LS} ${WRKSRC}/cgi/*.pl
#SED_FILES+= ${LS} $PWRKSRC}/cgi/*.cgi
.else