svn commit: r491926 - head/ports-mgmt/managepkg

Tobias Kortkamp tobik at FreeBSD.org
Sat Feb 2 09:37:12 UTC 2019


Author: tobik
Date: Sat Feb  2 09:37:11 2019
New Revision: 491926
URL: https://svnweb.freebsd.org/changeset/ports/491926

Log:
  ports-mgmt/managepkg: Use NO_WRKSUBDIR

Modified:
  head/ports-mgmt/managepkg/Makefile

Modified: head/ports-mgmt/managepkg/Makefile
==============================================================================
--- head/ports-mgmt/managepkg/Makefile	Sat Feb  2 09:36:08 2019	(r491925)
+++ head/ports-mgmt/managepkg/Makefile	Sat Feb  2 09:37:11 2019	(r491926)
@@ -16,8 +16,8 @@ COMMENT=	Script for maintaining ports
 EXTRACT_CMD=	${GZCAT}
 EXTRACT_BEFORE_ARGS=
 EXTRACT_AFTER_ARGS=	> ${WRKSRC}/${PORTNAME}
-WRKSRC=	${WRKDIR}
 NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
 PLIST_FILES=	sbin/managepkg
 
 do-install:


More information about the svn-ports-head mailing list