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 | |
parent | 5146cba1d9ca51f1f11a5ec365f8b409d99ecc15 (diff) | |
download | ports-5178b48938d20e336ec57a055a01cb66105cd20c.tar.gz ports-5178b48938d20e336ec57a055a01cb66105cd20c.zip |
Notes
Diffstat (limited to 'devel/freelibiberty')
-rw-r--r-- | devel/freelibiberty/Makefile | 5 | ||||
-rw-r--r-- | devel/freelibiberty/pkg-plist | 2 |
2 files changed, 2 insertions, 5 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> diff --git a/devel/freelibiberty/pkg-plist b/devel/freelibiberty/pkg-plist index 07df3cfe0300..62438530d70b 100644 --- a/devel/freelibiberty/pkg-plist +++ b/devel/freelibiberty/pkg-plist @@ -3,5 +3,3 @@ include/getopt.h lib/libiberty.a lib/libiberty.so lib/libiberty.so.1 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B |