From ab3f40b3670ff2f3566ffb5d3ff9f735ee0ff4be Mon Sep 17 00:00:00 2001 From: oliver Date: Tue, 28 Oct 2003 07:31:26 +0000 Subject: Does not use the included version of libintl, use the one which is provided by gettext. PR: ports/58568 Submitted By: Simon Barner --- mail/sqwebmail/Makefile | 6 ++++-- mail/sqwebmail/pkg-plist | 4 ---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index d7fdc552fbb0..9c64b5e6dabc 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -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} diff --git a/mail/sqwebmail/pkg-plist b/mail/sqwebmail/pkg-plist index 0a18a11ea6e4..e26dbb55b30e 100644 --- a/mail/sqwebmail/pkg-plist +++ b/mail/sqwebmail/pkg-plist @@ -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 -- cgit