mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
lang/ecl: add link to lib directory without version number (lib/ecl).
This is required by the work being done on math/sage. Submitted by: thierry
This commit is contained in:
parent
1c17c220c8
commit
3d46fbd0bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536380
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= ecl
|
||||
PORTVERSION= 16.1.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang lisp
|
||||
MASTER_SITES= https://common-lisp.net/project/ecl/static/files/release/
|
||||
|
||||
@ -63,5 +64,6 @@ post-patch-THREADS-on:
|
||||
post-install:
|
||||
${RMDIR} ${STAGEDIR}${PREFIX}/include/ecl/gc/private
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libecl.so.${PORTVERSION}
|
||||
${LN} -sf ecl-${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/ecl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -84,6 +84,7 @@ include/ecl/number.h
|
||||
include/ecl/object.h
|
||||
include/ecl/page.h
|
||||
include/ecl/stacks.h
|
||||
lib/ecl
|
||||
lib/ecl-%%VERSION%%/COPYING
|
||||
lib/ecl-%%VERSION%%/LICENSE
|
||||
lib/ecl-%%VERSION%%/TAGS
|
||||
|
Loading…
Reference in New Issue
Block a user