diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 09:30:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 09:30:31 +0000 |
commit | 5af17692d1fe4b15aecc34f9d3a21d2328d28d20 (patch) | |
tree | f311562214673c2f51059bfadbaf807ec097976c /news | |
parent | 1376c18ec637f5d1d3b6ea0d264379b2c5be685c (diff) |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/yencode/Makefile | 6 | ||||
-rw-r--r-- | news/yencode/pkg-plist | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/news/yencode/Makefile b/news/yencode/Makefile index 3c97de77e64b..d140f259c81c 100644 --- a/news/yencode/Makefile +++ b/news/yencode/Makefile @@ -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> diff --git a/news/yencode/pkg-plist b/news/yencode/pkg-plist index 4f3862ac1ca8..747404b927ce 100644 --- a/news/yencode/pkg-plist +++ b/news/yencode/pkg-plist @@ -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 |