pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fastool: Clean up



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Sep 14 14:52:00 2018 -0500
Changeset:	b0fdde9a45149412c95b41a6f590213c6395bc3a

Modified Files:
	fastool/Makefile

Log Message:
fastool: Clean up

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b0fdde9a45149412c95b41a6f590213c6395bc3a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fastool/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/fastool/Makefile b/fastool/Makefile
index 7fa7e975a6..4db5c286cc 100644
--- a/fastool/Makefile
+++ b/fastool/Makefile
@@ -4,18 +4,18 @@
 #               Generated by fbsd2pkg                     #
 ###########################################################
 
-DISTNAME=	fastool-${PORTVERSION}
+DISTNAME=	fastool-${PV}
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=fstrozzi/}
 GITHUB_PROJECT=	Fastool
-GITHUB_TAG=	${PORTVERSION}
+GITHUB_TAG=	${PV}
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/fstrozzi/Fastool
 COMMENT=	Simple and quick FastQ and FastA tool for file reading and conversion
 LICENSE=	2-clause-bsd
 
-WRKSRC=		${WRKDIR}/Fastool-${PORTVERSION}
+WRKSRC=		${WRKDIR}/Fastool-${PV}
 
 SUBST_CLASSES+=		compiler
 SUBST_STAGE.compiler=	post-patch
@@ -25,7 +25,7 @@ SUBST_SED.compiler=	-e 's|CFLAGS *=|CFLAGS ?=|g'
 
 CFLAGS+=	-std=c99
 
-PORTVERSION=	0.1.4
+PV=		0.1.4
 
 INSTALLATION_DIRS=	bin
 


Home | Main Index | Thread Index | Old Index