diff options
Diffstat (limited to 'mail/pop3vscan/Makefile')
-rw-r--r-- | mail/pop3vscan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pop3vscan/Makefile b/mail/pop3vscan/Makefile index b454ee5d69aa..df716dd6cbc7 100644 --- a/mail/pop3vscan/Makefile +++ b/mail/pop3vscan/Makefile @@ -32,7 +32,7 @@ post-extract: post-patch: @${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,g' ${WRKSRC}/*.c @${REINPLACE_CMD} -e 's,#endif.*,#endif,g' ${WRKSRC}/*.h - @${REINPLACE_CMD} -e 's,make,${GMAKE},g' ${WRKSRC}/ripmime/build_tnef + @${REINPLACE_CMD} -e 's,make,${MAKE_CMD},g' ${WRKSRC}/ripmime/build_tnef @${REINPLACE_CMD} -e 's,=4321,=_BYTE_ORDER -include /usr/include/machine/endian.h,g' \ ${WRKSRC}/ripmime/tnef/Makefile |