aboutsummaryrefslogtreecommitdiff
path: root/mail/dspam
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2005-05-27 10:24:02 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2005-05-27 10:24:02 +0000
commit86cd6992acd0350da47a09837510f7d32fd03372 (patch)
tree6503dbc66af46e5bbc276eb9fb6d8c42f89506a4 /mail/dspam
parent1fe8975e943438ae5040914d052588c089dd0bfc (diff)
downloadports-86cd6992acd0350da47a09837510f7d32fd03372.tar.gz
ports-86cd6992acd0350da47a09837510f7d32fd03372.zip
Notes
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