diff options
Diffstat (limited to 'mail/libesmtp/Makefile')
-rw-r--r-- | mail/libesmtp/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile index 4bbf2ec2393..87121962c8c 100644 --- a/mail/libesmtp/Makefile +++ b/mail/libesmtp/Makefile @@ -6,6 +6,7 @@ PORTNAME= libesmtp PORTVERSION= 1.0.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/ \ @@ -20,7 +21,6 @@ USE_GMAKE= yes USE_OPENSSL= yes USE_LIBTOOL= yes USE_PERL5_BUILD=yes -USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ @@ -34,9 +34,6 @@ CONFIGURE_ARGS= --enable-all --disable-isoc DOCS= AUTHORS ChangeLog NEWS Notes README TODO EXAMPLES= examples/* -post-patch: - @${REINPLACE_CMD} 's,memrchr,memchr,' ${WRKSRC}/smtp-tls.c - post-install: @${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR} |