diff options
-rw-r--r-- | mail/dovecot2/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index 4fff1fd39ae7..445ad67bc7db 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -213,11 +213,6 @@ post-patch: s!-example\.conf[[:>:]]!.conf!g;\ s!^(confdir[[:space:]]+=[[:space:]]+)\$$\(sysconfdir\)!\1${EXAMPLESDIR}!g;\ ' ${WRKSRC}/*/Makefile.in ${WRKSRC}/Makefile.in -.if ${PORT_OPTIONS:MGSSAPI} - @${REINPLACE_CMD} -e '\ - s!<gssapi/gssapi\.h>!<gssapi.h>!;\ - ' ${WRKSRC}/src/auth/mech-gssapi.c ${WRKSRC}/configure -.endif post-install: .if ${PORT_OPTIONS:MEXAMPLES} |