From a402b51ba738f4774b500660e8e918a53f1919cc Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 6 Jun 1997 06:39:07 +0000 Subject: Minor cleanup of Makefiles --- mail/mutt14/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'mail/mutt14') diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 7942a1174e0d..39480af70eab 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -4,7 +4,7 @@ # Date created: Thur July 25, 1996 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.31 1997/05/25 16:28:50 obrien Exp $ +# $Id: Makefile,v 1.32 1997/05/31 04:53:05 obrien Exp $ DISTNAME= ${PKGNAME}e PKGNAME= mutt-0.75 @@ -26,9 +26,7 @@ MAINTAINER= obrien@FreeBSD.org DIST_SUBDIR= mutt WRKSRC= ${WRKDIR}/${PKGNAME} -#PATCH_DIST_STRIP= -p2 PATCH_DIST_STRIP= -p1 -#PATCH_DIST_STRIP= GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-dsn --enable-pop --enable-8bitmime --enable-flock \ --disable-fcntl @@ -36,8 +34,7 @@ MAN1= mutt.1 post-install: - @#### don't strip until out of beta peroid - @#strip ${PREFIX}/bin/mutt + @strip ${PREFIX}/bin/mutt .if !defined(NOPORTDOCS) @${ECHO} "===> Installing Mutt documentation" @${MKDIR} ${PREFIX}/share/doc/mutt && chmod a+rx ${PREFIX}/share/doc/mutt -- cgit