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 /graphics/lfview | |
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 'graphics/lfview')
-rw-r--r-- | graphics/lfview/Makefile | 4 | ||||
-rw-r--r-- | graphics/lfview/pkg-plist | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/graphics/lfview/Makefile b/graphics/lfview/Makefile index ce78957848cd..75f20bb4e04f 100644 --- a/graphics/lfview/Makefile +++ b/graphics/lfview/Makefile @@ -15,6 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= s974123@cc.matsuyama-u.ac.jp USE_IMAKE= yes +INSTALLS_SHLIBS= yes NO_INSTALL_MANPAGES= yes do-install: @@ -26,7 +27,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ja/lfview .endif -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> diff --git a/graphics/lfview/pkg-plist b/graphics/lfview/pkg-plist index 699e0036e4fa..950119c2f792 100644 --- a/graphics/lfview/pkg-plist +++ b/graphics/lfview/pkg-plist @@ -3,5 +3,3 @@ share/doc/ja/lfview/README @dirrm share/doc/ja/lfview lib/liblfv_leaf.so.1 lib/liblfv_leaf.so -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |