- fix path to cyrus deliver

- bump PKGNAME using PATCHLEVEL

ok simon@
This commit is contained in:
ajacoutot 2007-03-19 10:24:51 +00:00
parent b03f68cb4c
commit ace4c6da8f
3 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.62 2006/11/20 19:57:34 jakob Exp $
# $OpenBSD: Makefile.inc,v 1.63 2007/03/19 10:24:51 ajacoutot Exp $
COMMENT= "fast, secure sendmail replacement"
@ -81,6 +81,10 @@ MAKE_CCARGS+= -I${LOCALBASE}/include/db4
MAKE_AUXLIBS+= -L${LOCALBASE}/lib/db4 -ldb
.endif
pre-configure:
@perl -pi -e 's,/cyrus/bin,${LOCALBASE}/libexec/cyrus-imapd,g' \
${WRKSRC}/conf/master.cf
do-configure:
@cd ${WRKSRC}; ${MAKE_PROGRAM} makefiles \
CC="${CC}" OPT="${CFLAGS}" DEBUG="${MAKE_DEBUG}" \

View File

@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.159 2007/03/15 21:48:27 jakob Exp $
# $OpenBSD: Makefile,v 1.160 2007/03/19 10:24:51 ajacoutot Exp $
VERSION= 2.4.0-RC5
PATCHLEVEL= 0
MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/}

View File

@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.97 2007/03/15 21:34:31 jakob Exp $
# $OpenBSD: Makefile,v 1.98 2007/03/19 10:24:51 ajacoutot Exp $
VERSION= 2.3.8
PATCHLEVEL= 0
MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/}