diff options
author | wxs <wxs@FreeBSD.org> | 2012-07-10 20:57:48 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2012-07-10 20:57:48 +0800 |
commit | f66507e5182c0ef563b707c0c4dcc186bd8e6107 (patch) | |
tree | f6feb7a17e9cb235dee74c65cd8cad15a908077e /mail/dovecot2 | |
parent | 3a03aaee485b0cd8bf225a2b61105405a65fb0ef (diff) | |
download | freebsd-ports-gnome-f66507e5182c0ef563b707c0c4dcc186bd8e6107.tar.gz freebsd-ports-gnome-f66507e5182c0ef563b707c0c4dcc186bd8e6107.tar.zst freebsd-ports-gnome-f66507e5182c0ef563b707c0c4dcc186bd8e6107.zip |
Remove unnecessary gssapi replacement.
Approved by: Attila Nagy <bra@fsn.hu>
Diffstat (limited to 'mail/dovecot2')
-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} |