diff options
author | oliver <oliver@FreeBSD.org> | 2004-03-30 19:44:22 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-03-30 19:44:22 +0000 |
commit | 5f274109ca0fb0aadbdbee3cbcb7e0114e7cab60 (patch) | |
tree | 370709d99d5bb978a2d3136df8125f333edd23d1 /mail/sqwebmail | |
parent | 652dcf5d4cb57a61fa7f2604778bd3b40ce43f9f (diff) | |
download | FreeBSD-ports-5f274109ca0fb0aadbdbee3cbcb7e0114e7cab60.zip FreeBSD-ports-5f274109ca0fb0aadbdbee3cbcb7e0114e7cab60.tar.gz |
change CGIBINDIR and WEBDATADIR from .default to -dist
Noted By: Nelis Lamprecht <nelis@brabys.co.za>
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 243e65f..473e22a 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} |