pkgsrc-WIP-changes archive

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

mosquitto: Simplify DISTNAME/PKGNAME



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed May 9 07:52:15 2018 -0400
Changeset:	801857eb3652091ed9bcd2db19e5cf7a9962f396

Modified Files:
	mosquitto/Makefile

Log Message:
mosquitto: Simplify DISTNAME/PKGNAME

(PKGNAME is inferred from DISTNAME for packages that follow the
conventions, and mosquitto does.)

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

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

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

diffs:
diff --git a/mosquitto/Makefile b/mosquitto/Makefile
index a76c404142..8d49665da2 100644
--- a/mosquitto/Makefile
+++ b/mosquitto/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
+
+DISTNAME=	mosquitto-${VERSION}
 VERSION=	1.4.14
-PKGNAME=	mosquitto-${VERSION}
-DISTNAME=	${PKGNAME}
 CATEGORIES=	net
 MASTER_SITES=	http://mosquitto.org/files/source/
 


Home | Main Index | Thread Index | Old Index