mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- 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)
This commit is contained in:
parent
765eb1f171
commit
4a4fa0afcd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199260
@ -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}"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user