svn commit: r444010 - head/security/aide

Cy Schubert cy at FreeBSD.org
Wed Jun 21 02:45:21 UTC 2017


Author: cy
Date: Wed Jun 21 02:45:20 2017
New Revision: 444010
URL: https://svnweb.freebsd.org/changeset/ports/444010

Log:
  Switch to USES localbase.

Modified:
  head/security/aide/Makefile

Modified: head/security/aide/Makefile
==============================================================================
--- head/security/aide/Makefile	Wed Jun 21 02:32:34 2017	(r444009)
+++ head/security/aide/Makefile	Wed Jun 21 02:45:20 2017	(r444010)
@@ -13,7 +13,7 @@ COMMENT=	Replacement and extension for Tripwire
 LIB_DEPENDS=	libmhash.so:security/mhash \
 		libpcre.so:devel/pcre
 
-USES=		autoreconf bison gmake
+USES=		autoreconf bison gmake localbase
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-mhash \
@@ -21,8 +21,7 @@ CONFIGURE_ARGS+=--with-mhash \
 		--mandir=${MANPREFIX}/man \
 		--with-config_file=${PREFIX}/etc/aide.conf
 
-LDFLAGS+=	-lpthread -L${LOCALBASE}/lib
-CFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-lpthread
 
 SUB_FILES=	pkg-message
 


More information about the svn-ports-all mailing list