pkgsrc-WIP-changes archive

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

openblas: Move MAINTAINER out of Makefile.common



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Aug 16 11:31:35 2019 -0500
Changeset:	7fc3424a1e8ad485e298f1695ebd5e8f9a2cd5f6

Modified Files:
	openblas/Makefile
	openblas/Makefile.common

Log Message:
openblas: Move MAINTAINER out of Makefile.common

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

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

diffstat:
 openblas/Makefile        | 2 ++
 openblas/Makefile.common | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/openblas/Makefile b/openblas/Makefile
index 6f4e70b5b8..7952bb0ffd 100644
--- a/openblas/Makefile
+++ b/openblas/Makefile
@@ -1,4 +1,6 @@
 # $NetBSD$
 
+MAINTAINER=	thomas.orgis%uni-hamburg.de@localhost
+
 OPENBLAS_VARIANT= openblas
 .include "../../wip/openblas/Makefile.common"
diff --git a/openblas/Makefile.common b/openblas/Makefile.common
index 285047682b..e9c6823eff 100644
--- a/openblas/Makefile.common
+++ b/openblas/Makefile.common
@@ -28,7 +28,6 @@ PATCHDIR=	${.CURDIR}/../../wip/openblas/patches
 PLIST_SRC=	${.CURDIR}/../../wip/openblas/PLIST
 PLIST_SUBST+=	OPENBLAS_VARIANT=${OPENBLAS_VARIANT}
 
-MAINTAINER=	thomas.orgis%uni-hamburg.de@localhost
 HOMEPAGE=	https://github.com/xianyi/OpenBLAS
 COMMENT=	Optimized BLAS library based on GotoBLAS2
 # Check this


Home | Main Index | Thread Index | Old Index