svn commit: r373478 - head/Mk/Uses

Mathieu Arnold mat at FreeBSD.org
Thu Nov 27 10:04:48 UTC 2014


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"; \


More information about the svn-ports-all mailing list