pkgsrc-WIP-changes archive

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

nostt: Simplify Makefile



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By:	sjmulder
Date:		Thu Dec 6 11:39:04 2018 +0100
Changeset:	db7ded6587a0a2a3f52d1e7c32caf9022623263a

Modified Files:
	nostt/Makefile
	nostt/distinfo

Log Message:
nostt: Simplify Makefile

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

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

diffstat:
 nostt/Makefile | 7 +------
 nostt/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 10 deletions(-)

diffs:
diff --git a/nostt/Makefile b/nostt/Makefile
index 3d4a6aa5fb..34239e893c 100644
--- a/nostt/Makefile
+++ b/nostt/Makefile
@@ -1,19 +1,14 @@
 # $NetBSD$
 
-GITHUB_PROJECT=	nostt
-DISTNAME=	1.1
-PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+DISTNAME=	nostt-1.1
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_GITHUB:=sjmulder/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
 
 MAINTAINER=	ik%sjmulder.nl@localhost
 HOMEPAGE=	https://github.com/sjmulder/nostt/
 COMMENT=	Command line NOS Teletekst reader
 LICENSE=	2-clause-bsd
 
-WRKSRC=	${WRKDIR}/nostt-1.1
-
 .include "../../www/curl/buildlink3.mk"
 .include "../../textproc/json-c/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/nostt/distinfo b/nostt/distinfo
index ffba09f03f..76a1efdc8e 100644
--- a/nostt/distinfo
+++ b/nostt/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (nostt/1.1.tar.gz) = a419eaf68961876ce0f44bc0d5951f49b17f88c0
-RMD160 (nostt/1.1.tar.gz) = dc7bdf36f890fba6ad4224cc351785a8c082b0c8
-SHA512 (nostt/1.1.tar.gz) = 24a391ac74bd3622c59944c71ebb557287b3ef6399e43b4b5a274afe3f65fb8e6a06e7e49a518ebfadd60b67509dd1c08f299624062ef081780439dd01c80537
-Size (nostt/1.1.tar.gz) = 8970 bytes
+SHA1 (nostt-1.1.tar.gz) = a419eaf68961876ce0f44bc0d5951f49b17f88c0
+RMD160 (nostt-1.1.tar.gz) = dc7bdf36f890fba6ad4224cc351785a8c082b0c8
+SHA512 (nostt-1.1.tar.gz) = 24a391ac74bd3622c59944c71ebb557287b3ef6399e43b4b5a274afe3f65fb8e6a06e7e49a518ebfadd60b67509dd1c08f299624062ef081780439dd01c80537
+Size (nostt-1.1.tar.gz) = 8970 bytes


Home | Main Index | Thread Index | Old Index