diff options
author | netchild <netchild@FreeBSD.org> | 2005-05-27 18:24:02 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-05-27 18:24:02 +0800 |
commit | 483d18a385d6ff7e6f5801a43e9607eff5e5e9fd (patch) | |
tree | 8504c0208c92a2ed3b12e4e9f3996a1b224dcc22 /mail/dspam | |
parent | ed4c4781fa7d36ceb9af9854c306e3f5869b9a90 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |