diff options
author | kmoore <kmoore@FreeBSD.org> | 2014-07-25 05:27:06 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2014-07-25 05:27:06 +0800 |
commit | fd211080f06d87403e33188b721d7ce4b391a279 (patch) | |
tree | 9706b211f7580f1f13f3345761c106f3513f374a /emulators | |
parent | e94b35ab226a2642e2bd6f516386e7a14405a6cd (diff) | |
download | freebsd-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/Makefile | 4 |
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> |