svn commit: r491927 - head/ports-mgmt/pkg-rmleaf

Tobias Kortkamp tobik at FreeBSD.org
Sat Feb 2 09:38:55 UTC 2019


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
 


More information about the svn-ports-head mailing list