Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 13:01:55 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332845 - head/news/p5-News-Article
Message-ID:  <201311051301.rA5D1tMv071480@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Nov  5 13:01:55 2013
New Revision: 332845
URL: http://svnweb.freebsd.org/changeset/ports/332845

Log:
  support STAGEDIR.

Modified:
  head/news/p5-News-Article/Makefile
  head/news/p5-News-Article/pkg-plist

Modified: head/news/p5-News-Article/Makefile
==============================================================================
--- head/news/p5-News-Article/Makefile	Tue Nov  5 12:56:03 2013	(r332844)
+++ head/news/p5-News-Article/Makefile	Tue Nov  5 13:01:55 2013	(r332845)
@@ -12,19 +12,15 @@ MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Object for handling Usenet articles in mail or news form
 
 BUILD_DEPENDS=	p5-Net>=0:${PORTSDIR}/net/p5-Net
-RUN_DEPENDS=	p5-Net>=0:${PORTSDIR}/net/p5-Net
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		News::Article.3 News::AutoReply.3 News::FormArticle.3 \
-		News::FormReply.3
-
 OPTIONS_DEFINE=	PGP_SIGN
 OPTIONS_DEFAULT=	PGP_SIGN
 PGP_SIGN_DESC=	PGP::Sign support for header signing
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MPGP_SIGN}

Modified: head/news/p5-News-Article/pkg-plist
==============================================================================
--- head/news/p5-News-Article/pkg-plist	Tue Nov  5 12:56:03 2013	(r332844)
+++ head/news/p5-News-Article/pkg-plist	Tue Nov  5 13:01:55 2013	(r332845)
@@ -1,8 +1,12 @@
+%%PERL5_MAN3%%/News::Article.3.gz
+%%PERL5_MAN3%%/News::AutoReply.3.gz
+%%PERL5_MAN3%%/News::FormArticle.3.gz
+%%PERL5_MAN3%%/News::FormReply.3.gz
 %%SITE_PERL%%/News/Article.pm
 %%SITE_PERL%%/News/AutoReply.pm
 %%SITE_PERL%%/News/FormArticle.pm
 %%SITE_PERL%%/News/FormReply.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Article/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Article
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Article
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/News
 @dirrmtry %%SITE_PERL%%/News



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