diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-26 09:22:50 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-26 09:22:50 +0000 |
commit | 21396a6117ec2246b47babd73de4548e69e508b6 (patch) | |
tree | dea45d54953a5cf1409ab0891940a663f217f337 /mail/ml/Makefile | |
parent | 89eb81a9b1c87c0205ce1ce4e0c1be0071c07ca0 (diff) | |
download | FreeBSD-ports-21396a6117ec2246b47babd73de4548e69e508b6.zip FreeBSD-ports-21396a6117ec2246b47babd73de4548e69e508b6.tar.gz |
Update to ml version 3.4
PR: 12186
Submitted by: maintainer
Diffstat (limited to 'mail/ml/Makefile')
-rw-r--r-- | mail/ml/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/mail/ml/Makefile b/mail/ml/Makefile index 295bada..5bc981f 100644 --- a/mail/ml/Makefile +++ b/mail/ml/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: YACL -# Version required: 3.3-new +# Version required: 3.4 # Date created: 15 March 1998 # Whom: Jeroen Hogeveen <albast@xs4all.nl> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/01/11 05:13:09 steve Exp $ # -DISTNAME= ml-3.3.new -PKGNAME= ml-3.3 +DISTNAME= ml-3.4 CATEGORIES= mail MASTER_SITES= http://people.netscape.com/max/ml/ @@ -16,13 +15,11 @@ MAINTAINER= albast@xs4all.nl WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_IMAKE= yes REQUIRES_MOTIF= yes +NO_INSTALL_MANPAGES= yes pre-configure: @echo "===> Building c-client" - @( cd ${WRKSRC}/../imap-4; make bsf ) + @( cd ${WRKSRC}/../imap-4; make bsi ) @( cd ${WRKSRC}; ${RM} -f makeproto ) -do-install: - @( cd ${WRKSRC}; make install ) - .include <bsd.port.mk> |