mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Does not use the included version of libintl, use the one which is provided
by gettext. PR: ports/58568 Submitted By: Simon Barner <barner@in.tum.de>
This commit is contained in:
parent
13b54e8c30
commit
7e51a312b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92406
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= sqwebmail
|
||||
PORTVERSION= 3.6.0
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= courier
|
||||
@ -72,7 +72,9 @@ CONFIGURE_ARGS= \
|
||||
--mandir=${PREFIX}/man \
|
||||
--prefix=${PREFIX}/share/sqwebmail \
|
||||
--enable-imageurl=/${IMAGEURL} \
|
||||
--with-locking-method=fcntl
|
||||
--with-locking-method=fcntl \
|
||||
--with-libintl-prefix=${LOCALBASE} \
|
||||
--with-libiconv-prefix=${LOCALBASE}
|
||||
|
||||
PLIST_SUB+= CGIBINDIR=${CGIBINDIR} CGIBINSUBDIR=${CGIBINSUBDIR} WEBDATADIR=${WEBDATADIR} WEBDATASUBDIR=${WEBDATASUBDIR}
|
||||
|
||||
|
@ -72,7 +72,6 @@ share/sqwebmail/html/en-us/redirect.html
|
||||
share/sqwebmail/html/en-us/spellchk.html
|
||||
share/sqwebmail/ldapaddressbook.dist
|
||||
share/sqwebmail/ldapsearch
|
||||
share/sqwebmail/lib/charset.alias
|
||||
share/sqwebmail/nodsn
|
||||
share/sqwebmail/sbin/makeuserdb
|
||||
share/sqwebmail/sbin/pw2userdb
|
||||
@ -80,7 +79,6 @@ share/sqwebmail/sbin/userdb
|
||||
share/sqwebmail/sbin/userdbpw
|
||||
share/sqwebmail/sbin/vchkpw2userdb
|
||||
share/sqwebmail/sendit.sh
|
||||
share/sqwebmail/share/locale/locale.alias
|
||||
share/sqwebmail/webgpg
|
||||
@dirrm share/sqwebmail/var/calendar/public
|
||||
@dirrm share/sqwebmail/var/calendar/private
|
||||
@ -88,10 +86,8 @@ share/sqwebmail/webgpg
|
||||
@dirrm share/sqwebmail/var/calendar
|
||||
%%AUTHDFLAG%%@dirrm share/sqwebmail/var/authdaemon
|
||||
@dirrm share/sqwebmail/var
|
||||
@dirrm share/sqwebmail/share/locale
|
||||
@dirrm share/sqwebmail/share
|
||||
@dirrm share/sqwebmail/sbin
|
||||
@dirrm share/sqwebmail/lib
|
||||
@dirrm share/sqwebmail/html/en-us
|
||||
@dirrm share/sqwebmail/html
|
||||
@dirrm share/sqwebmail
|
||||
|
Loading…
Reference in New Issue
Block a user