- new option MAILBOX_HOME
Submitted by: Krzysztof Kowalewski, Jr.
This commit is contained in:
parent
4cba75dcda
commit
4c7c1206e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115465
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@ pre-configure:
|
|||
@${REINPLACE_CMD} -e 's|^\(#define POP_STANDALONE\).*|\1 1|' \
|
||||
${WRKSRC}/params.h
|
||||
.endif
|
||||
.if defined(MAILBOX_HOME)
|
||||
@${REINPLACE_CMD} -e 's|^#define \(MAIL_SPOOL_PATH\).*|#undef \1|' \
|
||||
${WRKSRC}/params.h
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
||||
|
|
Loading…
Reference in a new issue