svn commit: r399566 - head/sysutils/freeipmi

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 17 18:08:28 UTC 2015


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 at 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}


More information about the svn-ports-all mailing list