diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-29 10:53:22 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-29 10:53:22 +0000 |
commit | 04e47fc6eec6898e7823b3ff5c39c24ba6916016 (patch) | |
tree | 99ccacae4a32d560e92157e172224221d51d8672 /mail/mutt14 | |
parent | 02436ba177353168d7290b373a8d2b846e5fb24e (diff) |
Notes
Diffstat (limited to 'mail/mutt14')
-rw-r--r-- | mail/mutt14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index cfba3e0d2df9..b29cd03ddba7 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -25,6 +25,7 @@ PATCH_SITES= http://www.frmug.org/mutt/mutt/${PKGNAME:S/^mutt-//}/ \ ftp://ftp.nuxi.com/pub/mutt/${PKGNAME:S/^mutt-//}/ \ ftp://riemann.iam.uni-bonn.de/pub/mutt/ PATCHFILES= +PATCH_DIST_STRIP= -p1 MAINTAINER= obrien@FreeBSD.org @@ -46,7 +47,6 @@ RUN_DEPENDS+= urlview:${PORTSDIR}/textproc/urlview .endif DIST_SUBDIR= mutt -PATCH_DIST_STRIP= -p1 GNU_CONFIGURE= yes CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \ |