pkgsrc-WIP-changes archive

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

libmpack: Simplify Makefile following advices from leot@ and add to Makefile



Module Name:	pkgsrc-wip
Committed By:	Jonathan Buschmann <jonthn+pkgsrc%pinacea.com@localhost>
Pushed By:	jonthn
Date:		Wed Jan 1 22:35:11 2020 +0800
Changeset:	bd5417186c167c9c39b82eeff72444ee629dccb2

Modified Files:
	Makefile
	libmpack/Makefile
	libmpack/buildlink3.mk

Log Message:
libmpack: Simplify Makefile following advices from leot@ and add to Makefile

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

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

diffstat:
 Makefile               | 1 +
 libmpack/Makefile      | 4 +---
 libmpack/buildlink3.mk | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 199d2924d3..be16afcd92 100644
--- a/Makefile
+++ b/Makefile
@@ -1907,6 +1907,7 @@ SUBDIR+=	libm4ri
 SUBDIR+=	libmesode
 SUBDIR+=	libmirisdr-git
 SUBDIR+=	libmobi-git
+SUBDIR+=	libmpack
 SUBDIR+=	libmpg123
 SUBDIR+=	libmpq
 SUBDIR+=	libmusclecard
diff --git a/libmpack/Makefile b/libmpack/Makefile
index 68590f0587..d82572198d 100644
--- a/libmpack/Makefile
+++ b/libmpack/Makefile
@@ -1,16 +1,14 @@
 # $NetBSD$
 
 DISTNAME=	libmpack-1.0.5
-PKGNAME=	${DISTNAME}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=libmpack/}
-GITHUB_PROJECT=	libmpack
 
+MAINTAINER=	jonthn+pkgsrc%pinacea.com@localhost
 HOMEPAGE=	https://github.com/libmpack/libmpack
 COMMENT=	Simple implementation of msgpack in C
 LICENSE=	mit
 
-USE_LANGUAGES=	c
 USE_LIBTOOL=	yes
 USE_TOOLS+=	gmake
 
diff --git a/libmpack/buildlink3.mk b/libmpack/buildlink3.mk
index 56f68315ce..dd86f22af8 100644
--- a/libmpack/buildlink3.mk
+++ b/libmpack/buildlink3.mk
@@ -1,4 +1,5 @@
 # $NetBSD$
+
 BUILDLINK_TREE+=	libmpack
 
 .if !defined(LIBMPACK_BUILDLINK3_MK)


Home | Main Index | Thread Index | Old Index