diff options
Diffstat (limited to 'mail/xc-mail/Makefile')
-rw-r--r-- | mail/xc-mail/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/xc-mail/Makefile b/mail/xc-mail/Makefile index e57be030ee5c..848461a816a6 100644 --- a/mail/xc-mail/Makefile +++ b/mail/xc-mail/Makefile @@ -30,16 +30,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ LIBS="-L${LOCALBASE}/lib" -.include <bsd.port.pre.mk> - post-patch: -.if ${OSVERSION} > 502014 @${REINPLACE_CMD} -e "s|expr $1|expr -- $1|g" ${WRKSRC}/plugins/linkshared.in @${REINPLACE_CMD} -e "s|expr $1|expr -- $1|g" ${WRKSRC}/src/linktool -.endif post-install: chown ${BINOWN}:mail ${PREFIX}/bin/xc-mail chmod g+s ${PREFIX}/bin/xc-mail -.include <bsd.port.post.mk> +.include <bsd.port.mk> |