Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 20:20:08 +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: r399752 - head/devel/libdap
Message-ID:  <201510192020.t9JKK85q028334@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Oct 19 20:20:08 2015
New Revision: 399752
URL: https://svnweb.freebsd.org/changeset/ports/399752

Log:
  - Add LICENSE_FILE
  - Use USES=localbase

Modified:
  head/devel/libdap/Makefile

Modified: head/devel/libdap/Makefile
==============================================================================
--- head/devel/libdap/Makefile	Mon Oct 19 20:20:03 2015	(r399751)
+++ head/devel/libdap/Makefile	Mon Oct 19 20:20:08 2015	(r399752)
@@ -11,16 +11,15 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	SDK which contains an implementation of DAP 2.0 and 3.1
 
 LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
 		libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
 		libxml2.so:${PORTSDIR}/textproc/libxml2
 
-CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
-USES=		charsetfix gmake libtool pathfix
+USES=		bison charsetfix gmake libtool localbase pathfix
 
 .include <bsd.port.mk>



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