diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:48:22 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:48:22 +0800 |
commit | 9151f3de49e078e4c11ca2cb75df9214570190db (patch) | |
tree | 1e5290647edb4803ae78750cffd54a3dba48f512 /devel/libgii | |
parent | 6fc5471b6bce45b2f23ce2e21d1abd1fde62ae48 (diff) | |
download | freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.tar.gz freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.tar.zst freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.zip |
Fourth round of INSTALLS_SHLIBS conversion.
Diffstat (limited to 'devel/libgii')
-rw-r--r-- | devel/libgii/Makefile | 2 | ||||
-rw-r--r-- | devel/libgii/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/devel/libgii/Makefile b/devel/libgii/Makefile index e92208e1cc83..beba0caedfe6 100644 --- a/devel/libgii/Makefile +++ b/devel/libgii/Makefile @@ -14,6 +14,7 @@ MAINTAINER= mwest@uct.ac.za USE_BZIP2= yes USE_XLIB= yes +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes # NOTE: We can not define USE_LIBTOOL for this port to build. #USE_LIBTOOL= yes @@ -39,7 +40,6 @@ post-configure: @${PERL} -p -i.bak -e 's/deplibs -lc/deplibs/;' ${WRKSRC}/libtool post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib @${MAKE} install-examples .if !defined(NOPORTDOCS) @${MAKE} install-documents diff --git a/devel/libgii/pkg-plist b/devel/libgii/pkg-plist index e24bc61811ac..75147afdc94d 100644 --- a/devel/libgii/pkg-plist +++ b/devel/libgii/pkg-plist @@ -39,8 +39,6 @@ lib/libgg.so.0 lib/libgii.la lib/libgii.so lib/libgii.so.0 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/doc/libgii/ChangeLog share/doc/libgii/NEWS share/doc/libgii/README |