diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-03-30 19:44:22 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-03-30 19:44:22 +0000 |
commit | bee5136a1187f7c94d65efd02e79a3d2f2a40bdd (patch) | |
tree | 069eb0a35ea09e22db49f9fa30af7793fd4a22b0 /mail/sqwebmail | |
parent | 6318f32f4144bdb73bd8f0de93a6af87de6cece7 (diff) | |
download | ports-bee5136a1187f7c94d65efd02e79a3d2f2a40bdd.tar.gz ports-bee5136a1187f7c94d65efd02e79a3d2f2a40bdd.zip |
Notes
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r-- | mail/sqwebmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index 243e65f3ee70..473e22addc3a 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -27,9 +27,9 @@ COMMENT= CGI Webmail client for Maildirs # set IMAGEURL to where on the web server URL the images are found # -CGIBINDIR?= www/cgi-bin.default +CGIBINDIR?= www/cgi-bin-dist CGIBINSUBDIR?= sqwebmail -WEBDATADIR?= www/data.default +WEBDATADIR?= www/data-dist WEBDATASUBDIR?= sqwebmail IMAGEURL?= ${WEBDATASUBDIR} |