diff options
Diffstat (limited to 'devel/libcache')
-rw-r--r-- | devel/libcache/Makefile | 1 | ||||
-rw-r--r-- | devel/libcache/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/devel/libcache/Makefile b/devel/libcache/Makefile index 3e107f274315..6219c89f440f 100644 --- a/devel/libcache/Makefile +++ b/devel/libcache/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.afro-productions.com/ MAINTAINER= will@FreeBSD.org +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-shared WRKSRC= ${WRKDIR}/libcache diff --git a/devel/libcache/pkg-plist b/devel/libcache/pkg-plist index 4d1e538dfc7c..983a0eb3a218 100644 --- a/devel/libcache/pkg-plist +++ b/devel/libcache/pkg-plist @@ -1,4 +1,2 @@ lib/libcache.so.%%VERSION%% lib/libcache.so -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldcomfing -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |