svn commit: r337664 - head/news/yencode
Baptiste Daroussin
bapt at FreeBSD.org
Fri Dec 27 09:30:32 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list