From owner-svn-ports-head@FreeBSD.ORG Mon Sep 1 18:13:42 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25C3D680; Mon, 1 Sep 2014 18:13:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1117E1DD4; Mon, 1 Sep 2014 18:13:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s81IDfqa075892; Mon, 1 Sep 2014 18:13:41 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s81IDfQ8075891; Mon, 1 Sep 2014 18:13:41 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201409011813.s81IDfQ8075891@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 1 Sep 2014 18:13:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366921 - head/security/integrit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2014 18:13:42 -0000 Author: adamw Date: Mon Sep 1 18:13:41 2014 New Revision: 366921 URL: http://svnweb.freebsd.org/changeset/ports/366921 QAT: https://qat.redports.org/buildarchive/r366921/ Log: Fix build on 8 and 9. Modified: head/security/integrit/Makefile Modified: head/security/integrit/Makefile ============================================================================== --- head/security/integrit/Makefile Mon Sep 1 18:12:58 2014 (r366920) +++ head/security/integrit/Makefile Mon Sep 1 18:13:41 2014 (r366921) @@ -9,7 +9,6 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= File integrity verification program -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes ALL_TARGET= ${PORTNAME} utils @@ -20,10 +19,11 @@ INFO= integrit BROKEN_sparc64= Does not compile on sparc64 post-patch: - @${REINPLACE_CMD} -E 's,(infodir|MANDIR)),DESTDIR)$$(&,' \ + @${REINPLACE_CMD} -E 's,[\({](infodir|MANDIR)[\)}],(DESTDIR)$$&,' \ ${WRKSRC}/doc/Makefile.in @${REINPLACE_CMD} -E 's,(BIN|SBIN)DIR),DESTDIR)$$(&,' \ ${WRKSRC}/Makefile.in \ ${WRKSRC}/utils/Makefile.in + @${ECHO_CMD} ".PHONY: utils" >> ${WRKSRC}/Makefile.in .include