diff options
author | oliver <oliver@FreeBSD.org> | 2003-10-28 15:31:26 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-10-28 15:31:26 +0800 |
commit | ab3f40b3670ff2f3566ffb5d3ff9f735ee0ff4be (patch) | |
tree | 5d83751f2a75e73b5a743b0503094212acb02f5a /mail | |
parent | 60b5289f5f334acf49713e9809575e17dedbeaf4 (diff) | |
download | freebsd-ports-gnome-ab3f40b3670ff2f3566ffb5d3ff9f735ee0ff4be.tar.gz freebsd-ports-gnome-ab3f40b3670ff2f3566ffb5d3ff9f735ee0ff4be.tar.zst freebsd-ports-gnome-ab3f40b3670ff2f3566ffb5d3ff9f735ee0ff4be.zip |
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>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sqwebmail/Makefile | 6 | ||||
-rw-r--r-- | 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 |