pkgsrc-WIP-changes archive

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

cleanscore: Add a-Suffix to DISTNAME and use WRKSRC for build



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Tue Sep 11 16:01:16 2018 +0200
Changeset:	9c1df8dfbe69ff1b817f1b0d6ebf0370eadd1688

Modified Files:
	cleanscore/Makefile

Log Message:
cleanscore: Add a-Suffix to DISTNAME and use WRKSRC for build

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

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

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

diffs:
diff --git a/cleanscore/Makefile b/cleanscore/Makefile
index 3d2653c79d..74618c80ca 100644
--- a/cleanscore/Makefile
+++ b/cleanscore/Makefile
@@ -1,11 +1,11 @@
 # $NetBSD$
 
-DISTNAME=		slrn-1.0.3
+DISTNAME=		slrn-1.0.3a
 PKGNAME=		cleanscore-0.9.8.1
 PKGREVISION=		9
 CATEGORIES=		news
 MASTER_SITES=		http://jedsoft.org/releases/slrn/
-EXTRACT_SUFX=		a.tar.bz2
+EXTRACT_SUFX=		.tar.bz2
 
 #MAINTAINER=		is%NetBSD.org@localhost
 MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
@@ -17,6 +17,8 @@ EXTRACT_USING=		bsdtar
 USE_TOOLS=		perl
 REPLACE_PERL=		contrib/cleanscore
 
+WRKSRC=			${WRKDIR}/slrn-1.0.3
+
 NO_BUILD=		yes
 
 INSTALLATION_DIRS+=	bin share/doc/cleanscore


Home | Main Index | Thread Index | Old Index