svn commit: r561022 - head/devel/hwloc2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 08:26:55 UTC 2021


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 at 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=	*
 


More information about the svn-ports-all mailing list