Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2017 02:30:36 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444007 - head/mail/heirloom-mailx
Message-ID:  <201706210230.v5L2UaTe072632@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Jun 21 02:30:36 2017
New Revision: 444007
URL: https://svnweb.freebsd.org/changeset/ports/444007

Log:
  Switch to USES=localbase.

Modified:
  head/mail/heirloom-mailx/Makefile

Modified: head/mail/heirloom-mailx/Makefile
==============================================================================
--- head/mail/heirloom-mailx/Makefile	Wed Jun 21 01:58:26 2017	(r444006)
+++ head/mail/heirloom-mailx/Makefile	Wed Jun 21 02:30:36 2017	(r444007)
@@ -17,7 +17,7 @@ OPTIONS_DEFINE=	IPV6 DOCS
 CONFLICTS=	mailx-[0-9]*
 
 MAKE_JOBS_UNSAFE=	yes
-USES=		iconv ssl tar:bzip2
+USES=		iconv localbase ssl tar:bzip2
 MAKE_ARGS=	PREFIX="${PREFIX}" \
 		SYSCONFDIR="${PREFIX}/etc" \
 		SENDMAIL="/usr/sbin/sendmail" \
@@ -25,9 +25,6 @@ MAKE_ARGS=	PREFIX="${PREFIX}" \
 		LDFLAGS="${LDFLAGS}"
 
 PORTDOCS=	AUTHORS COPYING ChangeLog README TODO
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 .include <bsd.port.options.mk>
 



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