svn commit: r338038 - head/mail/chk4mail

Johan van Selst johans at FreeBSD.org
Sun Dec 29 20:06:17 UTC 2013


Author: johans
Date: Sun Dec 29 20:06:16 2013
New Revision: 338038
URL: http://svnweb.freebsd.org/changeset/ports/338038

Log:
  Enable stage support

Modified:
  head/mail/chk4mail/Makefile

Modified: head/mail/chk4mail/Makefile
==============================================================================
--- head/mail/chk4mail/Makefile	Sun Dec 29 19:12:03 2013	(r338037)
+++ head/mail/chk4mail/Makefile	Sun Dec 29 20:06:16 2013	(r338038)
@@ -7,14 +7,12 @@ MASTER_SITES=	ftp://ftp.stack.nl/pub/use
 		ftp://mud.stack.nl/pub/chk4mail/
 
 MAINTAINER=	johans at FreeBSD.org
-COMMENT=	A utility to quickly check multiple folders for new email
+COMMENT=	Quickly check multiple folders for new email
 
-PLIST_FILES=	bin/chk4mail bin/chkimap
-
-MAN1=		chk4mail.1 chkimap.1
+PLIST_FILES=	bin/chk4mail bin/chkimap \
+		man/man1/chk4mail.1.gz man/man1/chkimap.1.gz
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-imap
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list