1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Add .so link. It should be fix finding the library by other apps.

- PORTREVISION bump

Reported by:    kris via pointyhat
Submitted by:   Johan van Selst <johans(at)stack.nl>
This commit is contained in:
Sergey Matveychuk 2005-02-11 09:18:32 +00:00
parent a58c32f6df
commit 79ecd7bcea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128511
2 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= mime
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/jmpc/dist/
@ -20,4 +21,7 @@ INSTALLS_SHLIB= yes
post-patch:
${REINPLACE_CMD} -e "s,-fpic,-fpic -fPIC,g" ${WRKSRC}/Makefile.in
post-install:
@ cd ${PREFIX}/lib ; ${LN} -sf libmime.so.1 libmime.so
.include <bsd.port.mk>

View File

@ -2,5 +2,6 @@ include/ct.h
include/mime.h
include/mimemisc.h
lib/libmime.a
lib/libmime.so
lib/libmime.so.1
lib/libmime_p.a