Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2014 21:27:06 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362855 - head/emulators/pipelight
Message-ID:  <201407242127.s6OLR6In005723@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmoore
Date: Thu Jul 24 21:27:06 2014
New Revision: 362855
URL: http://svnweb.freebsd.org/changeset/ports/362855
QAT: https://qat.redports.org/buildarchive/r362855/

Log:
  Fix a bug in previous commit, link to correct distfiles locations

Modified:
  head/emulators/pipelight/Makefile

Modified: head/emulators/pipelight/Makefile
==============================================================================
--- head/emulators/pipelight/Makefile	Thu Jul 24 21:18:55 2014	(r362854)
+++ head/emulators/pipelight/Makefile	Thu Jul 24 21:27:06 2014	(r362855)
@@ -51,7 +51,7 @@ RUN_DEPENDS+=	${LOCALBASE}/bin/wine:${PO
 .endif
 
 pre-configure:
-		@${LN} -s ${DISTDIR}/pluginloader.tar.gz ${WRKSRC}/pluginloader-v${DISTVERSION}.tar.gz
-		@${LN} -s ${DISTDIR}/pluginloader.tar.gz.sig ${WRKSRC}/pluginloader-v${DISTVERSION}.tar.gz.sig
+		${LN} -s ${DISTDIR}/${DIST_SUBDIR}/pluginloader.tar.gz ${WRKSRC}/pluginloader-v${DISTVERSION}.tar.gz
+		${LN} -s ${DISTDIR}/${DIST_SUBDIR}/pluginloader.tar.gz.sig ${WRKSRC}/pluginloader-v${DISTVERSION}.tar.gz.sig
 
 .include <bsd.port.post.mk>



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