1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Add symlink for easier dependency specification.

This commit is contained in:
Jimmy Olgeni 2004-06-24 10:59:40 +00:00
parent 53b5189691
commit 53f0815c0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112119
2 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= yaws
PORTVERSION= 1.48
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://yaws.hyber.org/download/
@ -66,4 +66,7 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/doc/yaws.pdf ${DOCSDIR}
.endif
post-install:
@${LN} -sf ${PORTNAME}-${PORTVERSION} ${PREFIX}/lib/erlang/lib/${PORTNAME}
.include <bsd.port.post.mk>

View File

@ -256,3 +256,5 @@ www/yaws/ybed.erl
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@exec mkdir -p /var/log/yaws
@unexec rmdir /var/log/yaws 2>/dev/null || true
@exec ln -sf yaws-%%VERSION%% %D/lib/erlang/lib/yaws
@unexec rm -f %D/lib/erlang/lib/yaws