diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-11 09:18:32 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-11 09:18:32 +0000 |
commit | 79ecd7bcea0562a3bdadedd0259b021620c7f96e (patch) | |
tree | 619e0e0934928fb84bd1846cd19ae11fa5394fc1 /devel/mime/Makefile | |
parent | Don't hard-code a directory name for which we already have a variable. (diff) |
- 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>
Notes
Notes:
svn path=/head/; revision=128511
Diffstat (limited to 'devel/mime/Makefile')
-rw-r--r-- | devel/mime/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/mime/Makefile b/devel/mime/Makefile index 1ff761ba02b8..7ee4a8340029 100644 --- a/devel/mime/Makefile +++ b/devel/mime/Makefile @@ -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> |