diff options
Diffstat (limited to 'mail/mmr/Makefile')
-rw-r--r-- | mail/mmr/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/mmr/Makefile b/mail/mmr/Makefile index a4af9cf101f8..50daa850450f 100644 --- a/mail/mmr/Makefile +++ b/mail/mmr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mmr -# Date created: 23 October 1997 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= mmr PORTVERSION= 1.6.0 @@ -31,6 +27,7 @@ CXXFLAGS+= -DTHREADMAIL \ -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -lcurses -lmd +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|md5/libmd5.a||g' ${WRKSRC}/Makefile |