Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 09:30:31 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337664 - head/news/yencode
Message-ID:  <201312270930.rBR9UWbw053418@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Dec 27 09:30:31 2013
New Revision: 337664
URL: http://svnweb.freebsd.org/changeset/ports/337664

Log:
  Support stage

Modified:
  head/news/yencode/Makefile
  head/news/yencode/pkg-plist

Modified: head/news/yencode/Makefile
==============================================================================
--- head/news/yencode/Makefile	Fri Dec 27 09:29:34 2013	(r337663)
+++ head/news/yencode/Makefile	Fri Dec 27 09:30:31 2013	(r337664)
@@ -8,16 +8,12 @@ CATEGORIES=	news
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A free (GPL) encoder and decoder for the yEnc Usenet file format
+COMMENT=	Free (GPL) encoder and decoder for the yEnc Usenet file format
 
 USES=		gettext
 GNU_CONFIGURE=	yes
 
-MAN1=	ydecode.1 yencode.1 ypost.1
-MAN5=	ypostrc.5
-
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/news/yencode/pkg-plist
==============================================================================
--- head/news/yencode/pkg-plist	Fri Dec 27 09:29:34 2013	(r337663)
+++ head/news/yencode/pkg-plist	Fri Dec 27 09:30:31 2013	(r337664)
@@ -1,3 +1,7 @@
 bin/ydecode
 bin/yencode
 bin/ypost
+man/man1/ydecode.1.gz
+man/man1/yencode.1.gz
+man/man1/ypost.1.gz
+man/man5/ypostrc.5.gz



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