diff options
Diffstat (limited to 'mail/anubis/Makefile')
-rw-r--r-- | mail/anubis/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 2a7561b1d92f..8cd932164ca6 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -69,6 +69,9 @@ CONFIGURE_ARGS+= --with-tcp-wrappers MAN1= anubis.1 DOCS= AUTHORS INSTALL NEWS README THANKS TODO +pre-everything:: + @${CAT} ${PKGMESSAGE} + post-patch: @${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|g" ${WRKSRC}/src/headers.h @${SED} -e "s|%%PREFIX%%|${PREFIX}|g" ${FILESDIR}/anubis.sh > \ |