Err... s/PREFIX/TRUEPREFIX/
This commit is contained in:
parent
fd55a539e5
commit
72b1da9fa2
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2009/09/18 13:49:55 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2009/09/18 14:21:45 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= MS Exchange groupware suite replacement
|
||||
COMMENT-php= MAPI extensions for php5
|
||||
@ -6,7 +6,7 @@ COMMENT-php= MAPI extensions for php5
|
||||
V= 6.30.2
|
||||
DISTNAME= zarafa-${V}
|
||||
|
||||
PKGNAME-main= ${DISTNAME}p0
|
||||
PKGNAME-main= ${DISTNAME}p1
|
||||
PKGNAME-php= php5-mapi-${V}
|
||||
|
||||
CATEGORIES= mail www productivity
|
||||
|
@ -13,7 +13,7 @@ define(`LOCAL_MAILER_PATH',
|
||||
|
||||
ifdef(`ZARAFA_MAILER_PATH',
|
||||
ZARAFA_MAILER_PATH,
|
||||
`${PREFIX}/bin/zarafa-dagent'),
|
||||
`${TRUEPREFIX}/bin/zarafa-dagent'),
|
||||
ARG_))
|
||||
define(`LOCAL_MAILER_ARGS',
|
||||
ifelse(len(X`'_ARG2_), `1', `zarafa-dagent $u', _ARG2_))
|
||||
|
@ -6,7 +6,7 @@ PUSHDIVERT(-1)
|
||||
ifdef(`ZARAFA_MAILER_ARGS',,
|
||||
`define(`ZARAFA_MAILER_ARGS', zarafa-dagent $u)')
|
||||
ifdef(`ZARAFA_MAILER_PATH',,
|
||||
`define(`ZARAFA_MAILER_PATH', ${PREFIX}/bin/zarafa-dagent)')
|
||||
`define(`ZARAFA_MAILER_PATH', ${TRUEPREFIX}/bin/zarafa-dagent)')
|
||||
POPDIVERT
|
||||
#######################################
|
||||
### Zarafa Mailer specification ###
|
||||
|
Loading…
Reference in New Issue
Block a user