Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2019 09:38:54 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491927 - head/ports-mgmt/pkg-rmleaf
Message-ID:  <201902020938.x129cs28089389@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Feb  2 09:38:54 2019
New Revision: 491927
URL: https://svnweb.freebsd.org/changeset/ports/491927

Log:
  ports-mgmt/pkg-rmleaf: Use NO_WRKSUBDIR

Modified:
  head/ports-mgmt/pkg-rmleaf/Makefile

Modified: head/ports-mgmt/pkg-rmleaf/Makefile
==============================================================================
--- head/ports-mgmt/pkg-rmleaf/Makefile	Sat Feb  2 09:37:11 2019	(r491926)
+++ head/ports-mgmt/pkg-rmleaf/Makefile	Sat Feb  2 09:38:54 2019	(r491927)
@@ -13,7 +13,7 @@ COMMENT=	Remove leaf packages
 LICENSE=	BSD2CLAUSE
 
 NO_BUILD=	yes
-WRKSRC=		${WRKDIR}
+NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	sbin/pkg-rmleaf
 



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