svn commit: r478328 - head/dns/dsc

Craig Leres leres at FreeBSD.org
Tue Aug 28 20:45:25 UTC 2018


Author: leres
Date: Tue Aug 28 20:45:24 2018
New Revision: 478328
URL: https://svnweb.freebsd.org/changeset/ports/478328

Log:
  Replace PREFIX with LOCALBASE as suggested by danfe@
  
  Reviewed by:	ler (mentor)
  Approved by:	ler (mentor)
  Differential Revision:	https://reviews.freebsd.org/D16928

Modified:
  head/dns/dsc/Makefile

Modified: head/dns/dsc/Makefile
==============================================================================
--- head/dns/dsc/Makefile	Tue Aug 28 19:39:38 2018	(r478327)
+++ head/dns/dsc/Makefile	Tue Aug 28 20:45:24 2018	(r478328)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	libpcap>=1.8.1:net/libpcap			\
 		dsp>=2.0.0:dns/dsp
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+= --with-extra-cflags=-I${PREFIX}/include
+CONFIGURE_ARGS=	--with-extra-cflags=-I${LOCALBASE}/include
 USES=		gmake perl5 shebangfix
 
 SUB_FILES=	pkg-message


More information about the svn-ports-all mailing list