svn commit: r340695 - head/devel/activitymail

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 22 08:26:54 UTC 2014


Author: bapt
Date: Wed Jan 22 08:26:54 2014
New Revision: 340695
URL: http://svnweb.freebsd.org/changeset/ports/340695
QAT: https://qat.redports.org/buildarchive/r340695/

Log:
  Support stage

Modified:
  head/devel/activitymail/Makefile

Modified: head/devel/activitymail/Makefile
==============================================================================
--- head/devel/activitymail/Makefile	Wed Jan 22 08:25:52 2014	(r340694)
+++ head/devel/activitymail/Makefile	Wed Jan 22 08:26:54 2014	(r340695)
@@ -8,13 +8,12 @@ MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DWHEELER/activitymail
 
 MAINTAINER=	joseph at randomnetworks.com
-COMMENT=	A program for sending email messages for CVS repository commits
+COMMENT=	Program for sending email messages for CVS repository commits
 
 USES=		perl5
 USE_PERL5=	modbuild
 
-PLIST_FILES=	bin/activitymail
-MAN1=		activitymail.1
+PLIST_FILES=	bin/activitymail \
+=		man/man1/activitymail.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list