Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2015 20:16:46 +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: r399371 - head/net/dictd
Message-ID:  <201510152016.t9FKGkdo024103@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct 15 20:16:46 2015
New Revision: 399371
URL: https://svnweb.freebsd.org/changeset/ports/399371

Log:
  - Add LICENSE_FILE
  - Use USES=localbase

Modified:
  head/net/dictd/Makefile

Modified: head/net/dictd/Makefile
==============================================================================
--- head/net/dictd/Makefile	Thu Oct 15 20:16:41 2015	(r399370)
+++ head/net/dictd/Makefile	Thu Oct 15 20:16:46 2015	(r399371)
@@ -10,15 +10,14 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Dict protocol (RFC 2229) server
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libmaa.so:${PORTSDIR}/devel/libmaa
 
 ALL_TARGET=	dictd dictzip
-CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install.dictd install.dictzip
-LIBS+=		-L${LOCALBASE}/lib
-USES=		bison gmake libtool:build
+USES=		bison gmake libtool:build localbase
 
 SUB_FILES=	dictd.conf pkg-message
 SUB_LIST=	PORTSDIR=${PORTSDIR}



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