diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2012-07-10 12:57:48 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2012-07-10 12:57:48 +0000 |
commit | ab73f9ea1516833cee724464e5cfbb51b5511950 (patch) | |
tree | fc253f0d86b56754f3ac39deb118f83c9dede7d7 /mail | |
parent | 4f46f2a3d28765fd49afc84675a185c6d52e8e3d (diff) | |
download | ports-ab73f9ea1516833cee724464e5cfbb51b5511950.tar.gz ports-ab73f9ea1516833cee724464e5cfbb51b5511950.zip |
Notes
Diffstat (limited to 'mail')
-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} |