svn commit: r399371 - head/net/dictd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 15 20:16:48 UTC 2015


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


More information about the svn-ports-all mailing list