pkgsrc-WIP-changes archive

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

slrn: Add a-Suffix to package name 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 15:56:15 2018 +0200
Changeset:	11f8dedf2de5e10582e19493647d4b64ad9f8893

Modified Files:
	slrn/Makefile

Log Message:
slrn: Add a-Suffix to package name 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=11f8dedf2de5e10582e19493647d4b64ad9f8893

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

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

diffs:
diff --git a/slrn/Makefile b/slrn/Makefile
index 9f25958423..1b89d3d138 100644
--- a/slrn/Makefile
+++ b/slrn/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	slrn-1.0.3
+DISTNAME=	slrn-1.0.3a
 CATEGORIES=	news
 MASTER_SITES=	http://jedsoft.org/releases/slrn/
-EXTRACT_SUFX=	a.tar.bz2
+EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://slrn.sourceforge.net/
@@ -13,6 +13,8 @@ LICENSE=	gnu-gpl-v2
 EXTRACT_USING=	bsdtar
 MAKE_JOBS_SAFE=	no
 
+WRKSRC=		${WRKDIR}/slrn-1.0.3
+
 USE_PKGLOCALEDIR=	yes
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--disable-inews --with-slrnpull --enable-spool \


Home | Main Index | Thread Index | Old Index