svn commit: r315603 - head/mail/elm

Chris Rees crees at FreeBSD.org
Sat Mar 30 09:57:10 UTC 2013


Author: crees
Date: Sat Mar 30 09:57:09 2013
New Revision: 315603
URL: http://svnweb.freebsd.org/changeset/ports/315603

Log:
  Don't install catman pages; causes leftovers.
  
  Catman pages are unnecessary these days anyway.
  
  Approved by:	portmgr (miwi)

Modified:
  head/mail/elm/Makefile

Modified: head/mail/elm/Makefile
==============================================================================
--- head/mail/elm/Makefile	Sat Mar 30 08:32:40 2013	(r315602)
+++ head/mail/elm/Makefile	Sat Mar 30 09:57:09 2013	(r315603)
@@ -24,6 +24,7 @@ HAS_CONFIGURE=		yes
 CONFIGURE_SCRIPT=	Configure
 CONFIGURE_ENV=		PREFIX="${PREFIX}"
 CONFIGURE_ARGS=		-d
+MAKE_FLAGS=		CATMAN=catman-none
 MAN1=			answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 \
 			frm.1 listalias.1 messages.1 newalias.1 newmail.1 \
 			printmail.1 readmsg.1 mmencode.1


More information about the svn-ports-all mailing list