diff options
author | oliver <oliver@FreeBSD.org> | 2004-03-31 03:44:22 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-03-31 03:44:22 +0800 |
commit | 5f274109ca0fb0aadbdbee3cbcb7e0114e7cab60 (patch) | |
tree | 370709d99d5bb978a2d3136df8125f333edd23d1 /mail | |
parent | 652dcf5d4cb57a61fa7f2604778bd3b40ce43f9f (diff) | |
download | freebsd-ports-gnome-5f274109ca0fb0aadbdbee3cbcb7e0114e7cab60.tar.gz freebsd-ports-gnome-5f274109ca0fb0aadbdbee3cbcb7e0114e7cab60.tar.zst freebsd-ports-gnome-5f274109ca0fb0aadbdbee3cbcb7e0114e7cab60.zip |
change CGIBINDIR and WEBDATADIR from .default to -dist
Noted By: Nelis Lamprecht <nelis@brabys.co.za>
Diffstat (limited to 'mail')
-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} |