Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2018 11:14:33 +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: r480597 - head/net/pktanon
Message-ID:  <201809241114.w8OBEXi7029281@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep 24 11:14:33 2018
New Revision: 480597
URL: https://svnweb.freebsd.org/changeset/ports/480597

Log:
  Use USES=localbase

Modified:
  head/net/pktanon/Makefile

Modified: head/net/pktanon/Makefile
==============================================================================
--- head/net/pktanon/Makefile	Mon Sep 24 11:14:28 2018	(r480596)
+++ head/net/pktanon/Makefile	Mon Sep 24 11:14:33 2018	(r480597)
@@ -13,13 +13,13 @@ COMMENT=	Network trace anonymizer
 LIB_DEPENDS=	libboost_regex.so:devel/boost-libs \
 		libxerces-c.so.3:textproc/xerces-c3
 
-USES=		compiler:c++0x dos2unix
+USES=		compiler:c++0x dos2unix localbase
+
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -lboost_system
+LDFLAGS+=	-lboost_system
 
 post-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}/profiles
-	(cd ${WRKSRC}/profiles/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/profiles)
+	(cd ${WRKSRC}/profiles/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/profiles)
 
 .include <bsd.port.mk>



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