Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2013 11:40:50 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329444 - head/net/msend
Message-ID:  <201310051140.r95BeoQo044468@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sat Oct  5 11:40:49 2013
New Revision: 329444
URL: http://svnweb.freebsd.org/changeset/ports/329444

Log:
  - Add stage support [1]
  - Remove the indefinite article from COMMENT
  
  PR:		ports/182643
  Submitted by:	Denis Generalov <gd@rambler-co.ru> (maintainer) [1]
  Approved by:	wg/culot (mentors, implicit)

Modified:
  head/net/msend/Makefile

Modified: head/net/msend/Makefile
==============================================================================
--- head/net/msend/Makefile	Sat Oct  5 11:40:08 2013	(r329443)
+++ head/net/msend/Makefile	Sat Oct  5 11:40:49 2013	(r329444)
@@ -9,7 +9,7 @@ MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	markp
 
 MAINTAINER=	gd@rambler-co.ru
-COMMENT=	A client and server for the RFC1312 message protocol
+COMMENT=	Client and server for the RFC1312 message protocol
 
 USE_RC_SUBR=	mesgd
 USE_AUTOTOOLS=	aclocal autoheader autoconf automake
@@ -17,13 +17,11 @@ AUTOMAKE_ARGS+=	--add-missing
 GNU_CONFIGURE=	yes
 CFLAGS+=	-DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS
 
-MAN1=		msend.1
-MAN8=		mesgd.8
-
 PLIST_FILES=	bin/msend \
+		man/man1/msend.1.gz \
+		man/man8/mesgd.8.gz \
 		sbin/mesgd
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} > 900007



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310051140.r95BeoQo044468>