svn commit: r407453 - head/java/dbvis

Alexey Dokuchaev danfe at FreeBSD.org
Fri Jan 29 06:49:03 UTC 2016


On Fri, Jan 29, 2016 at 06:32:14AM +0000, Kurt Jaeger wrote:
> New Revision: 407453
> URL: https://svnweb.freebsd.org/changeset/ports/407453
> 
> [...]
> @@ -26,7 +26,7 @@ WRKSRC=		${WRKDIR}/DbVisualizer
>  
>  do-install:
>  	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
> -	cd ${STAGEDIR}${PREFIX}/bin && ${LN} -s ../share/dbvis dbvis
> +	cd ${STAGEDIR}${PREFIX}/bin && ${LN} -s ../share/dbvis/dbvis dbvis

Why not simply

	${LN} -s ../share/dbvis/dbvis ${STAGEDIR}${PREFIX}/bin ?

./danfe


More information about the svn-ports-all mailing list