aboutsummaryrefslogtreecommitdiff
path: root/mail/ml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ml/Makefile')
-rw-r--r--mail/ml/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/mail/ml/Makefile b/mail/ml/Makefile
index 295bada96202..5bc981f05253 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>