pkgsrc-WIP-changes archive

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

qrcp: cleaned up Makefile



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Wed Jan 24 20:29:13 2024 -0500
Changeset:	4763c1a2d25d4e0ed43e076f6ea3c71e6da1c2b8

Modified Files:
	qrcp/Makefile
Removed Files:
	qrcp/TODO

Log Message:
qrcp: cleaned up Makefile

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

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

diffstat:
 qrcp/Makefile | 7 +++----
 qrcp/TODO     | 1 -
 2 files changed, 3 insertions(+), 5 deletions(-)

diffs:
diff --git a/qrcp/Makefile b/qrcp/Makefile
index a9267e8c88..0bf74d30dc 100644
--- a/qrcp/Makefile
+++ b/qrcp/Makefile
@@ -1,12 +1,11 @@
 # $NetBSD$
 
-GITHUB_PROJECT=	qrcp
-GITHUB_TAG=	refs/tags/0.11.1
 DISTNAME=	0.11.1
-PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+PKGNAME=	qrcp-${DISTNAME}
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=claudiodangelis/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
+DIST_SUBDIR=	qrcp
+GITHUB_TAG=	refs/tags/0.11.1
 
 MAINTAINER=	kevin.bloom%posteo.net@localhost
 HOMEPAGE=	https://github.com/claudiodangelis/qrcp/
diff --git a/qrcp/TODO b/qrcp/TODO
deleted file mode 100644
index 3f7479c6f1..0000000000
--- a/qrcp/TODO
+++ /dev/null
@@ -1 +0,0 @@
-clean up Makefile


Home | Main Index | Thread Index | Old Index