Index: lang/ecl/Makefile =================================================================== --- lang/ecl/Makefile (revision 533125) +++ lang/ecl/Makefile (working copy) @@ -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-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 Index: lang/ecl/pkg-plist =================================================================== --- lang/ecl/pkg-plist (revision 533125) +++ lang/ecl/pkg-plist (working copy) @@ -84,6 +84,7 @@ 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