- new option MAILBOX_HOME

Submitted by:	Krzysztof Kowalewski, Jr.
This commit is contained in:
Dirk Meyer 2004-08-05 15:07:58 +00:00
parent 4cba75dcda
commit 4c7c1206e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115465

View file

@ -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