pkgsrc-WIP-changes archive

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

Fix Makefile based on the suggestion of wiz



Module Name:	pkgsrc-wip
Committed By:	Thomas Merkel <tm%core.io@localhost>
Pushed By:	drscream
Date:		Thu Sep 7 14:05:04 2017 +0200
Changeset:	15b44e28dd78ad49f37df9ff9a16db4d8cc657c6

Modified Files:
	fiche/Makefile
	fiche/distinfo

Log Message:
Fix Makefile based on the suggestion of wiz

* Fix missing M in MAINTAINER
* Simplify this github package / Makefile

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

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

diffstat:
 fiche/Makefile | 8 ++------
 fiche/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 10 deletions(-)

diffs:
diff --git a/fiche/Makefile b/fiche/Makefile
index fbd7feb25f..3ab587385c 100644
--- a/fiche/Makefile
+++ b/fiche/Makefile
@@ -1,18 +1,14 @@
 # $NetBSD$
 
-GITHUB_PROJECT=	fiche
-DISTNAME=	0.9
-PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+DISTNAME=	fiche-0.9
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=solusipse/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
 
-AINTAINER=	tm%core.io@localhost
+MAINTAINER=	tm%core.io@localhost
 HOMEPAGE=	https://github.com/solusipse/fiche/
 COMMENT=	Command line pastebin for sharing terminal output
 LICENSE=	MIT
 
-WRKSRC=	${WRKDIR}/fiche-0.9
 INSTALLATION_DIRS+=	bin
 
 do-install:
diff --git a/fiche/distinfo b/fiche/distinfo
index 5998052cd0..d778c92bfa 100644
--- a/fiche/distinfo
+++ b/fiche/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (fiche/0.9.tar.gz) = 38f2e9f9ab1ba42c66ba7f447dacfedd11f7380e
-RMD160 (fiche/0.9.tar.gz) = c4d2621cfecfabc05509fd0a5849ca1aed1e8af6
-SHA512 (fiche/0.9.tar.gz) = 338e4c36abbb4db4e295815c7ac3140f038b076db56d0bd4fda162530ed16bd434417b62ca172de60420fdc1da09be516503edb43474519d9a07cd4d4602f7dd
-Size (fiche/0.9.tar.gz) = 6342 bytes
+SHA1 (fiche-0.9.tar.gz) = 38f2e9f9ab1ba42c66ba7f447dacfedd11f7380e
+RMD160 (fiche-0.9.tar.gz) = c4d2621cfecfabc05509fd0a5849ca1aed1e8af6
+SHA512 (fiche-0.9.tar.gz) = 338e4c36abbb4db4e295815c7ac3140f038b076db56d0bd4fda162530ed16bd434417b62ca172de60420fdc1da09be516503edb43474519d9a07cd4d4602f7dd
+Size (fiche-0.9.tar.gz) = 6342 bytes


Home | Main Index | Thread Index | Old Index