diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
commit | dc1177a9a5be3b096b2023326ea54d3152bf1571 (patch) | |
tree | fac4efda6d456d2e4eb8e8e61b9c14eda7202813 /devel/libcache | |
parent | 880b5e44bc87f9065a91e444717a092d0661cce9 (diff) | |
download | ports-dc1177a9a5be3b096b2023326ea54d3152bf1571.tar.gz ports-dc1177a9a5be3b096b2023326ea54d3152bf1571.zip |
Notes
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 |