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 /www/libghttp | |
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 'www/libghttp')
-rw-r--r-- | www/libghttp/Makefile | 1 | ||||
-rw-r--r-- | www/libghttp/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile index ef705894621c..14f9942cbf1e 100644 --- a/www/libghttp/Makefile +++ b/www/libghttp/Makefile @@ -14,5 +14,6 @@ MASTER_SITE_SUBDIR= stable/sources/libghttp MAINTAINER= vanilla@FreeBSD.org USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes .include <bsd.port.mk> diff --git a/www/libghttp/pkg-plist b/www/libghttp/pkg-plist index bbe96bc19487..5b1dfaad018b 100644 --- a/www/libghttp/pkg-plist +++ b/www/libghttp/pkg-plist @@ -3,5 +3,3 @@ include/ghttp_constants.h lib/libghttp.a lib/libghttp.so lib/libghttp.so.1 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B |