ports/186338: textproc/p5-texcount

Hakisho Nukama nukama at gmail.com
Sun Feb 2 22:25:29 UTC 2014


On Sat, Feb 1, 2014 at 1:00 PM, Edwin Groothuis <edwin at freebsd.org> wrote:
> The following reply was made to PR ports/186338; it has been noted by GNATS.
>
> From: Edwin Groothuis <edwin at FreeBSD.org>
> To: nukama+maintainer at gmail.com
> Cc: bug-followup at 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 at FreeBSD.org
> _______________________________________________
> freebsd-perl at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-perl
> To unsubscribe, send any mail to "freebsd-perl-unsubscribe at freebsd.org"

Added svn diff.
-------------- next part --------------
Index: Makefile
===================================================================
--- Makefile	(revision 342366)
+++ Makefile	(working copy)
@@ -1,28 +1,27 @@
-# Created by: Hakisho Nukama <Nukama at gmail.com>
+# Created by: Hakisho Nukama <nukama at 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 at gmail.com
-COMMENT=	Perl module for LaTeX statistics
+MAINTAINER=		nukama+maintainer at 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>


More information about the freebsd-perl mailing list