Date: Sun, 2 Feb 2014 22:25:26 +0000 From: Hakisho Nukama <nukama@gmail.com> To: bug-followup@freebsd.org Cc: perl@freebsd.org Subject: Re: ports/186338: textproc/p5-texcount Message-ID: <CA%2Bzcas1_K1NBRC9VmVnUd0gYvVXoHPJWdtUSJbL5cBJvK%2B6SNQ@mail.gmail.com> In-Reply-To: <201402011300.s11D02xD040573@freefall.freebsd.org> References: <201402011300.s11D02xD040573@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Sat, Feb 1, 2014 at 1:00 PM, Edwin Groothuis <edwin@freebsd.org> wrote: > The following reply was made to PR ports/186338; it has been noted by GNATS. > > From: Edwin Groothuis <edwin@FreeBSD.org> > To: nukama+maintainer@gmail.com > Cc: bug-followup@FreeBSD.org > Subject: Re: ports/186338: textproc/p5-texcount > Date: Sat, 1 Feb 2014 12:50:18 UT > > Maintainer of textproc/p5-texcount, > > Please note that PR ports/186338 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186338 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > _______________________________________________ > freebsd-perl@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-perl > To unsubscribe, send any mail to "freebsd-perl-unsubscribe@freebsd.org" Added svn diff. [-- Attachment #2 --] Index: Makefile =================================================================== --- Makefile (revision 342366) +++ Makefile (working copy) @@ -1,28 +1,27 @@ -# Created by: Hakisho Nukama <Nukama@gmail.com> +# Created by: Hakisho Nukama <nukama@gmail.com> # $FreeBSD$ -PORTNAME= texcount -PORTVERSION= 2.3 -CATEGORIES= textproc perl5 -MASTER_SITES= TEX_CTAN/support -PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME} +PORTNAME= texcount +PORTVERSION= 2.3 +CATEGORIES= textproc perl5 +MASTER_SITES= TEX_CTAN/support +PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME} -MAINTAINER= nukama+maintainer@gmail.com -COMMENT= Perl module for LaTeX statistics +MAINTAINER= nukama+maintainer@gmail.com +COMMENT= Perl module for LaTeX statistics -#LICENSE= LPPL13c +#LICENSE= LPPL13c -NO_BUILD= yes +NO_BUILD= yes -USE_ZIP= YES -USES= perl5 -USE_PERL5= run +USE_ZIP= YES +USES= perl5 +USE_PERL5= run -PLIST_FILES+= bin/texcount +PLIST_FILES+= bin/texcount -NO_STAGE= yes do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/texcount.pl ${PREFIX}/bin/texcount + @${INSTALL_SCRIPT} ${WRKSRC}/texcount.pl ${STAGEDIR}${PREFIX}/bin/texcount .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2Bzcas1_K1NBRC9VmVnUd0gYvVXoHPJWdtUSJbL5cBJvK%2B6SNQ>
