diff options
author | krion <krion@FreeBSD.org> | 2003-10-06 16:16:28 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-06 16:16:28 +0800 |
commit | f458269d408bca10a2a7c2e223e852f9d32e14be (patch) | |
tree | 60c7af5ff186b9747d075d87cc7d7d4abf9bc22c /mail/cone/Makefile | |
parent | abed2a76cec7fa471a9a8c6b7f046042b274c5e6 (diff) | |
download | freebsd-ports-gnome-f458269d408bca10a2a7c2e223e852f9d32e14be.tar.gz freebsd-ports-gnome-f458269d408bca10a2a7c2e223e852f9d32e14be.tar.zst freebsd-ports-gnome-f458269d408bca10a2a7c2e223e852f9d32e14be.zip |
- Update to version 0.54.20030928
PR: 57634
Submitted by: maintainer
Diffstat (limited to 'mail/cone/Makefile')
-rw-r--r-- | mail/cone/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/cone/Makefile b/mail/cone/Makefile index 4f340089d2b7..c264cd4d3e85 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cone -PORTVERSION= 0.54.20030915 +PORTVERSION= 0.54.20030928 CATEGORIES= mail # This is for beta versions, leave it in please: MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ @@ -29,7 +29,7 @@ USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= -C --without-db --prefix=${PREFIX} --exec-prefix=${PREFIX} -CONFIGURE_ENV= REHASH=${SCRIPTDIR}/c_rehash LDFLAGS=-L${LOCALBASE}/lib \ +CONFIGURE_ENV= REHASH="${PERL} ${SCRIPTDIR}/c_rehash" LDFLAGS=-L${LOCALBASE}/lib \ CPPFLAGS=-I${LOCALBASE}/include CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= cone.1 leaf.1 mailtool.1 @@ -43,7 +43,6 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/sysconftool ${PREFIX}/sbin/cone-sysconftool PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PORTNAME} POST-INSTALL ${RM} -f ${PREFIX}/share/cone/rootcerts/.0 - ${CAT} ${PKGMESSAGE} .include <bsd.port.pre.mk> |