Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Apr 2016 12:32:17 +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: r414343 - head/security/tripwire
Message-ID:  <201604301232.u3UCWHfg011141@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sat Apr 30 12:32:17 2016
New Revision: 414343
URL: https://svnweb.freebsd.org/changeset/ports/414343

Log:
  Remove redundant WRKSRC definition.
  
  Noticed by:	mat
  Pointy hat to:	yours truly

Modified:
  head/security/tripwire/Makefile

Modified: head/security/tripwire/Makefile
==============================================================================
--- head/security/tripwire/Makefile	Sat Apr 30 11:19:03 2016	(r414342)
+++ head/security/tripwire/Makefile	Sat Apr 30 12:32:17 2016	(r414343)
@@ -15,7 +15,6 @@ GH_ACCOUNT=	Tripwire
 GH_PROJECT=	tripwire-open-source
 
 NO_LICENSES_INSTALL=	yes
-WRKSRC=		${WRKDIR}/${GH_PROJECT}-${PORTVERSION}
 MAKE_JOBS_UNSAFE=	yes
 USES=		gmake tar:bzip2
 GNU_CONFIGURE=	yes



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