aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorkmoore <kmoore@FreeBSD.org>2014-07-25 05:27:06 +0800
committerkmoore <kmoore@FreeBSD.org>2014-07-25 05:27:06 +0800
commitfd211080f06d87403e33188b721d7ce4b391a279 (patch)
tree9706b211f7580f1f13f3345761c106f3513f374a /emulators
parente94b35ab226a2642e2bd6f516386e7a14405a6cd (diff)
downloadfreebsd-ports-gnome-fd211080f06d87403e33188b721d7ce4b391a279.tar.gz
freebsd-ports-gnome-fd211080f06d87403e33188b721d7ce4b391a279.tar.zst
freebsd-ports-gnome-fd211080f06d87403e33188b721d7ce4b391a279.zip
Fix a bug in previous commit, link to correct distfiles locations
Diffstat (limited to 'emulators')
-rw-r--r--emulators/pipelight/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile
index 06910946e118..6a0e623de49e 100644
--- a/emulators/pipelight/Makefile
+++ b/emulators/pipelight/Makefile
@@ -51,7 +51,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/i386-wine-devel
.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>