diff options
author | sergei <sergei@FreeBSD.org> | 2004-02-02 23:38:00 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-02-02 23:38:00 +0800 |
commit | 93dbbdc97b369948ef26a5821f5e2078ef070edd (patch) | |
tree | eebec9da441a66dd13e687d5e312c1426d8910ea /mail/mutt-devel/Makefile | |
parent | 71c0d467e951da5d5af67b3f4edad38ac1f92cb5 (diff) | |
download | freebsd-ports-gnome-93dbbdc97b369948ef26a5821f5e2078ef070edd.tar.gz freebsd-ports-gnome-93dbbdc97b369948ef26a5821f5e2078ef070edd.tar.zst freebsd-ports-gnome-93dbbdc97b369948ef26a5821f5e2078ef070edd.zip |
- Add CONFLICTS to prevent installation over mutt (non-devel)
- Fix the PGP patch
- Update the mbox patch
PR: ports/62258
Submitted by: maintainer
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r-- | mail/mutt-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 366c26256c58..d8dac1f1b0f1 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -96,6 +96,8 @@ PATCH_SITES+= http://www.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ MAINTAINER?= udo.schweigert@siemens.com COMMENT?= The Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc.) +CONFLICTS= mutt-[0-9]* + DIST_SUBDIR= mutt DOCSDIR?= ${PREFIX}/share/doc/mutt EXAMPLESDIR?= ${PREFIX}/share/examples/mutt @@ -123,7 +125,6 @@ SCRIPTS_ENV= WRKDIR="${WRKDIR}" CD_IFDEF_PATCH_VERSION= 1.5.4 DW_PATCH_VERSION= 1.5.5 -DW_MBOX_PATCH_VERSION= 1.5.4 .if !defined(VVV_PATCH_VERSION) VVV_PATCH_VERSION= ${PORTVERSION} .endif |