diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2007-09-10 19:47:54 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2007-09-10 19:47:54 +0800 |
commit | b05178b934ac44ab6066c0695f91e87f05f76964 (patch) | |
tree | 82835a69fc20f019dc7baae8cb84c77e47ae0074 /mail/cone | |
parent | ff3f5d31acae0abcb073625e91fa3197967ae8d3 (diff) | |
download | freebsd-ports-gnome-b05178b934ac44ab6066c0695f91e87f05f76964.tar.gz freebsd-ports-gnome-b05178b934ac44ab6066c0695f91e87f05f76964.tar.zst freebsd-ports-gnome-b05178b934ac44ab6066c0695f91e87f05f76964.zip |
- Fix breakage with the rootcerts install step.
PR: ports/116208
Submitted by: Larry Rosenman <ler_AT_lerctr.org>
Noticed by: pavmail
Pointyat to: tabthorpe, ler_AT_lerctr.org
Approved by: clsung (mentor)
Diffstat (limited to 'mail/cone')
-rw-r--r-- | mail/cone/Makefile | 3 | ||||
-rw-r--r-- | mail/cone/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/mail/cone/Makefile b/mail/cone/Makefile index 4e575d055342..fd9343c7f72c 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -7,6 +7,7 @@ PORTNAME= cone PORTVERSION= 0.71 +PORTREVISION= 1 CATEGORIES= mail # This is for beta versions, leave it in please: #MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ \ @@ -32,7 +33,7 @@ USE_PERL5= yes USE_GMAKE= yes CPPFLAGS= -I${LOCALBASE}/include GNU_CONFIGURE= yes -CONFIGURE_ARGS= -C --without-db --with-certdb --prefix=${PREFIX} --exec-prefix=${PREFIX} +CONFIGURE_ARGS= -C --without-db --with-certdb=${PREFIX}/share/cone/rootcerts --prefix=${PREFIX} --exec-prefix=${PREFIX} CONFIGURE_ENV= REHASH="${PERL} ${SCRIPTDIR}/c_rehash" LDFLAGS=-L${LOCALBASE}/lib \ CPPFLAGS="${CPPFLAGS}" diff --git a/mail/cone/pkg-plist b/mail/cone/pkg-plist index f1fddfc724cc..48b5efed0700 100644 --- a/mail/cone/pkg-plist +++ b/mail/cone/pkg-plist @@ -93,6 +93,7 @@ libexec/cone %%DATADIR%%/header-mime.html %%DATADIR%%/header-plain.html %%DATADIR%%/index.html +%%DATADIR%%/icon.gif %%DATADIR%%/INSTALL.html %%DATADIR%%/leaf.html %%DATADIR%%/libmail-folder.html |