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

This commit is contained in:
Kris Moore 2014-07-24 21:27:06 +00:00
parent 3a5a3067be
commit 47d26453e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362855

View File

@ -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>