diff options
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 |