Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Nov 2014 10:04:48 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373478 - head/Mk/Uses
Message-ID:  <201411271004.sARA4mo6037997@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Nov 27 10:04:47 2014
New Revision: 373478
URL: https://svnweb.freebsd.org/changeset/ports/373478
QAT: https://qat.redports.org/buildarchive/r373478/

Log:
  No need to output what this does.
  
  Pointy hat to:	myself
  Sponsored by:	Absolight

Modified:
  head/Mk/Uses/perl5.mk

Modified: head/Mk/Uses/perl5.mk
==============================================================================
--- head/Mk/Uses/perl5.mk	Thu Nov 27 10:00:55 2014	(r373477)
+++ head/Mk/Uses/perl5.mk	Thu Nov 27 10:04:47 2014	(r373478)
@@ -270,7 +270,7 @@ PACKLIST_DIR?=	${PREFIX}/${SITE_ARCH_REL
 # not wonder what has been ignored by this message "*** Error code 1 (ignored)"
 fix-perl-things:
 # Remove STAGEDIR from .packlist and add the file to the plist.
-	@(set -x; if [ -d ${STAGEDIR}${PACKLIST_DIR} ] ; then \
+	@(if [ -d ${STAGEDIR}${PACKLIST_DIR} ] ; then \
 			cd ${STAGEDIR} ; \
 			find .${PACKLIST_DIR} -name .packlist | while read f ; do \
 					${SED} -i '' 's|^${STAGEDIR}||' "$$f"; \



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