- Fix library symlink

- Strip library
This commit is contained in:
Dmitry Marakasov 2015-06-04 09:43:21 +00:00
parent b76464c78c
commit d4fcadc1b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388519

View file

@ -3,6 +3,7 @@
PORTNAME= sketchy
PORTVERSION= 20070218
PORTREVISION= 1
CATEGORIES= lang devel lisp scheme
MASTER_SITES= http://www.t3x.org/files/
@ -23,7 +24,10 @@ post-patch:
${WRKSRC}/Makefile
post-install:
@${LN} -s ${MANPREFIX}/man/man1/sketchy.1.gz \
cd ${STAGEDIR} && ${FIND} . -not -type d -exec ls -ld {} \;
${LN} -sf libsketchy.so.31 ${STAGEDIR}${PREFIX}/lib/libsketchy.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsketchy.so
${LN} -s ${MANPREFIX}/man/man1/sketchy.1.gz \
${STAGEDIR}${MANPREFIX}/man/man1/sk.1.gz
.include <bsd.port.mk>