Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 08:26:49 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561022 - head/devel/hwloc2
Message-ID:  <202101100826.10A8QnFh024993@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 10 08:26:49 2021
New Revision: 561022
URL: https://svnweb.freebsd.org/changeset/ports/561022

Log:
  Simplify Makefile with PKGNAMESUFFIX
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/hwloc2/Makefile

Modified: head/devel/hwloc2/Makefile
==============================================================================
--- head/devel/hwloc2/Makefile	Sun Jan 10 08:26:44 2021	(r561021)
+++ head/devel/hwloc2/Makefile	Sun Jan 10 08:26:49 2021	(r561022)
@@ -1,11 +1,11 @@
 # $FreeBSD$
 
-PORTNAME=	hwloc2
+PORTNAME=	hwloc
 PORTVERSION=	2.3.0
 CATEGORIES=	devel
 MASTER_SITES=	https://download.open-mpi.org/release/hwloc/v${PORTVERSION:R}/ \
 		http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION:R}/downloads/
-DISTNAME=	hwloc-${PORTVERSION}
+PKGNAMESUFFIX=	2
 
 MAINTAINER=	phd_kimberlite@yahoo.co.jp
 COMMENT=	Portable Hardware Locality software package
@@ -28,9 +28,6 @@ CONFIGURE_ARGS=	--enable-static \
 		--disable-gl
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
-
-DATADIR=	${PREFIX}/share/hwloc
-DOCSDIR=	${PREFIX}/share/doc/hwloc
 
 PORTDOCS=	*
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101100826.10A8QnFh024993>