diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-09-10 11:47:54 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-09-10 11:47:54 +0000 |
commit | 4a4fa0afcd3c951f91fec875a99d084d45df9674 (patch) | |
tree | 07c857e1dbf4948b646f39606011639440a1008c /mail/cone | |
parent | 765eb1f171551dc6c6785bf816ec6229073525a0 (diff) | |
download | ports-4a4fa0afcd3c951f91fec875a99d084d45df9674.tar.gz ports-4a4fa0afcd3c951f91fec875a99d084d45df9674.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)
Notes
Notes:
svn path=/head/; revision=199260
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 |