pkgsrc-WIP-changes archive

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

slicot: avoid two warnings from pkglint(1)



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Mon Feb 10 06:37:17 2020 +0100
Changeset:	4260b39824f1d47f085e587f1a04060d7388e4c6

Modified Files:
	slicot/Makefile

Log Message:
slicot: avoid two warnings from pkglint(1)

PKGNAME should not be used in WRKSRC as it includes the PKGREVISION.
Please use PKGNAME_NOREV instead.

COMMENT should start with a capital letter.

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

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

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

diffs:
diff --git a/slicot/Makefile b/slicot/Makefile
index 844bd52923..e7cfa0e49f 100644
--- a/slicot/Makefile
+++ b/slicot/Makefile
@@ -7,10 +7,10 @@ MASTER_SITES=	${MASTER_SITE_DEBIAN:=pool/main/s/slicot/}
 
 MAINTAINER=	maya%NetBSD.org@localhost
 HOMEPAGE=	http://ftp.debian.org/debian/pool/main/s/slicot/
-COMMENT=	numerical algorithms from systems and control theory
+COMMENT=	Numerical algorithms from systems and control theory
 LICENSE=	gnu-gpl-v2
 
-WRKSRC=		${WRKDIR}/${PKGNAME}/src
+WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}/src
 USE_LANGUAGES=	fortran
 USE_TOOLS+=	mkstemp
 


Home | Main Index | Thread Index | Old Index