diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2014-07-24 21:27:06 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2014-07-24 21:27:06 +0000 |
commit | 47d26453e58363a89ddcbe6101bc209eda9bf8ed (patch) | |
tree | 9706b211f7580f1f13f3345761c106f3513f374a /emulators | |
parent | 3a5a3067bed1ae4522e78f687e3bc74fd7f38998 (diff) | |
download | ports-47d26453e58363a89ddcbe6101bc209eda9bf8ed.tar.gz ports-47d26453e58363a89ddcbe6101bc209eda9bf8ed.zip |
Notes
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> |