svn commit: r459753 - in head/deskutils: . freeplane freeplane/files

Alexey Dokuchaev danfe at FreeBSD.org
Tue Jan 23 14:19:45 UTC 2018


On Tue, Jan 23, 2018 at 02:15:56PM +0000, Tobias Kortkamp wrote:
> New Revision: 459753
> URL: https://svnweb.freebsd.org/changeset/ports/459753
> 
> Log:
>   New port: deskutils/freeplane
>   
> Added: head/deskutils/freeplane/Makefile
> ...
> @@ -0,0 +1,35 @@
> +# Created by: Lo??c Bartoletti <lbartoletti at tuxfamily.org>
> +# $FreeBSD$

ASCII please.

> +# Install freeplane.sh with the right permission, link to it to bin/
> +# and let it resolve the path to DATADIR automatically to avoid
> +# patching it further.  For this to work it has to be a link to an
> +# absolute path.
> +	${INSTALL_SCRIPT} ${WRKSRC}/freeplane.sh ${STAGEDIR}${DATADIR}
> +	${LN} -s ${DATADIR}/freeplane.sh ${STAGEDIR}${PREFIX}/bin/freeplane

Symlinks pointing to an absolute path are bad.

./danfe


More information about the svn-ports-all mailing list