Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2013 20:02:51 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327743 - head/www/linux-seamonkey
Message-ID:  <201309202002.r8KK2psX025900@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri Sep 20 20:02:51 2013
New Revision: 327743
URL: http://svnweb.freebsd.org/changeset/ports/327743

Log:
  - Fix poudriere full build by using ${PORTSDIR}. It wants to see
    consistent paths/origins for pkgname<->origin mapping
  
  Reported by:	flo, Kris Moore

Modified:
  head/www/linux-seamonkey/Makefile.common

Modified: head/www/linux-seamonkey/Makefile.common
==============================================================================
--- head/www/linux-seamonkey/Makefile.common	Fri Sep 20 19:59:12 2013	(r327742)
+++ head/www/linux-seamonkey/Makefile.common	Fri Sep 20 20:02:51 2013	(r327743)
@@ -6,7 +6,7 @@ MASTER_SITES?=	MOZILLA/${PORTNAME}/relea
 PKGNAMEPREFIX?=		linux-
 
 .if defined(REPLACE_GRE)
-EXTRACT_DEPENDS+=${NONEXISTENT}:${.CURDIR}/../../www/linux-seamonkey:extract
+EXTRACT_DEPENDS+=${NONEXISTENT}:${PORTSDIR}/www/linux-seamonkey:extract
 .endif
 
 NO_BUILD=	yes



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