Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2015 18:08:27 +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: r399566 - head/sysutils/freeipmi
Message-ID:  <201510171808.t9HI8R59029446@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 17 18:08:27 2015
New Revision: 399566
URL: https://svnweb.freebsd.org/changeset/ports/399566

Log:
  - Add LICENSE_FILE
  - Use USES=localbase

Modified:
  head/sysutils/freeipmi/Makefile

Modified: head/sysutils/freeipmi/Makefile
==============================================================================
--- head/sysutils/freeipmi/Makefile	Sat Oct 17 18:08:22 2015	(r399565)
+++ head/sysutils/freeipmi/Makefile	Sat Oct 17 18:08:27 2015	(r399566)
@@ -11,6 +11,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Library and tools to support IPMI-capable hardware
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libargp.so:${PORTSDIR}/devel/argp-standalone \
 		libgcrypt.so:${PORTSDIR}/security/libgcrypt
@@ -24,13 +25,11 @@ CONFIGURE_ARGS=	--disable-init-scripts \
 		--with-ipmiseld-cache-dir=${CACHE_DIR}/ipmiseld \
 		--with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig
 CONFIGURE_ENV=	PTHREAD_LIBS=-lpthread ac_cv_path_CPP=${CPP}
-CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
-LDFLAGS+=	-L${LOCALBASE}/lib
 ONLY_FOR_ARCHS=	i386 amd64
 ONLY_FOR_ARCHS_REASON=	invokes i386 asm
 USE_LDCONFIG=	yes
-USES=		gmake libtool shebangfix
+USES=		gmake libtool localbase shebangfix
 
 INFO=		freeipmi-faq
 PLIST_SUB=	CACHE_DIR=${CACHE_DIR}



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