diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
commit | 5178b48938d20e336ec57a055a01cb66105cd20c (patch) | |
tree | 7b629f06e72f052bb88c209caf447e4bb6077033 /devel/freelibiberty/Makefile | |
parent | 5146cba1d9ca51f1f11a5ec365f8b409d99ecc15 (diff) |
Notes
Diffstat (limited to 'devel/freelibiberty/Makefile')
-rw-r--r-- | devel/freelibiberty/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/freelibiberty/Makefile b/devel/freelibiberty/Makefile index bc57fb19f9ed..88b5f8d08161 100644 --- a/devel/freelibiberty/Makefile +++ b/devel/freelibiberty/Makefile @@ -15,6 +15,8 @@ DISTNAME= libiberty-${PORTVERSION} MAINTAINER= howardjp@wam.umd.edu +INSTALLS_SHLIBS= yes + do-install: ${INSTALL_DATA} ${WRKSRC}/libiberty.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/libiberty.so.1 ${PREFIX}/lib @@ -22,7 +24,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/libiberty.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> |