Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 12:43:02 GMT
From:      Hakisho Nukama <nukama@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186338: textproc/p5-texcount
Message-ID:  <201402011243.s11Ch2Tq081426@oldred.freebsd.org>
Resent-Message-ID: <201402011250.s11Co2or037996@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186338
>Category:       ports
>Synopsis:       textproc/p5-texcount
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 01 12:50:02 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Hakisho Nukama
>Release:        10.0-RELEASE
>Organization:
n/a
>Environment:
>Description:
- STAGEify
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -rup /usr/ports/textproc/p5-texcount/Makefile textproc/p5-texcount/Makefile
--- /usr/ports/textproc/p5-texcount/Makefile	2013-09-20 23:17:30.000000000 +0000
+++ textproc/p5-texcount/Makefile	2014-01-31 12:58:48.967158576 +0000
@@ -1,28 +1,27 @@
-# Created by: Hakisho Nukama <Nukama@gmail.com>
-# $FreeBSD: textproc/p5-texcount/Makefile 327773 2013-09-20 23:17:30Z bapt $
+# 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>


>Release-Note:
>Audit-Trail:
>Unformatted:



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