Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 2016 23:04:57 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405099 - head/devel/plan9port
Message-ID:  <201601022304.u02N4vui046990@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sat Jan  2 23:04:57 2016
New Revision: 405099
URL: https://svnweb.freebsd.org/changeset/ports/405099

Log:
  Fix WRKSRC after r404834.
  
  The top-level directory in the tarball is now called "plan9port" instead of
  "plan9". This fixes `make patch':
  
    ===>  Missing license file for LUCENT in /wrkdirs/usr/ports/devel/plan9port/work/plan9/LICENSE
  
  Thanks to antoine for poking me.

Modified:
  head/devel/plan9port/Makefile

Modified: head/devel/plan9port/Makefile
==============================================================================
--- head/devel/plan9port/Makefile	Sat Jan  2 22:58:27 2016	(r405098)
+++ head/devel/plan9port/Makefile	Sat Jan  2 23:04:57 2016	(r405099)
@@ -41,7 +41,7 @@ SHEBANG_FILES=	acid/transcript \
 		unix/man/fixurls
 USE_PERL5=	build
 USE_XORG=	x11 xt xi xaw
-WRKSRC=		${WRKDIR}/plan9
+WRKSRC=		${WRKDIR}/${PORTNAME}
 PLIST=		${WRKDIR}/.PLIST
 SUB_FILES=	pkg-message
 REINPLACE_ARGS=	-i ""		# necessary since installs via recursive copy



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