diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-06 14:37:54 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-06 14:37:54 +0000 |
commit | 2ededd9245a7a422bf8d6ac5e3b49d24058995a3 (patch) | |
tree | 3c87b06b2fb79c9cbb0fcf6d9a5268ca5a359fec /mail | |
parent | 6055642cec9c1cf7ec4335fc4b1eab42f0dd5148 (diff) | |
download | ports-2ededd9245a7a422bf8d6ac5e3b49d24058995a3.tar.gz ports-2ededd9245a7a422bf8d6ac5e3b49d24058995a3.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed2-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed2/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed3/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index a49a79b03fd5..f637d9b2182d 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -53,7 +53,9 @@ pre-extract: pre-configure: ${PERL} -pi -e "s|AM_PROG_INSTALL|AC_PROG_INSTALL|g" ${WRKSRC}/aclocal.m4 +.if defined(WITH_GPGME) ${RM} -f ${WRKSRC}/ac/gpgme.m4 +.endif post-install: .if !defined(NOPORTDOCS) diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile index a49a79b03fd5..f637d9b2182d 100644 --- a/mail/sylpheed2-devel/Makefile +++ b/mail/sylpheed2-devel/Makefile @@ -53,7 +53,9 @@ pre-extract: pre-configure: ${PERL} -pi -e "s|AM_PROG_INSTALL|AC_PROG_INSTALL|g" ${WRKSRC}/aclocal.m4 +.if defined(WITH_GPGME) ${RM} -f ${WRKSRC}/ac/gpgme.m4 +.endif post-install: .if !defined(NOPORTDOCS) diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index a49a79b03fd5..f637d9b2182d 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -53,7 +53,9 @@ pre-extract: pre-configure: ${PERL} -pi -e "s|AM_PROG_INSTALL|AC_PROG_INSTALL|g" ${WRKSRC}/aclocal.m4 +.if defined(WITH_GPGME) ${RM} -f ${WRKSRC}/ac/gpgme.m4 +.endif post-install: .if !defined(NOPORTDOCS) diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index a49a79b03fd5..f637d9b2182d 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -53,7 +53,9 @@ pre-extract: pre-configure: ${PERL} -pi -e "s|AM_PROG_INSTALL|AC_PROG_INSTALL|g" ${WRKSRC}/aclocal.m4 +.if defined(WITH_GPGME) ${RM} -f ${WRKSRC}/ac/gpgme.m4 +.endif post-install: .if !defined(NOPORTDOCS) |