diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 18:38:50 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 18:38:50 +0800 |
commit | c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2 (patch) | |
tree | 89e915a2bf8568be2efa2fe01c4b703bb95b0dd2 /databases/gdbm | |
parent | b2066c7c70a0ccedd6a3fda853744aec2281d951 (diff) | |
download | freebsd-ports-graphics-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.gz freebsd-ports-graphics-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.zst freebsd-ports-graphics-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.zip |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Diffstat (limited to 'databases/gdbm')
-rw-r--r-- | databases/gdbm/Makefile | 2 | ||||
-rw-r--r-- | databases/gdbm/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index 06067834710..b2f449648e0 100644 --- a/databases/gdbm/Makefile +++ b/databases/gdbm/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= gdbm MAINTAINER= bjn@visi.com USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes + MAN3= gdbm.3 post-install: diff --git a/databases/gdbm/pkg-plist b/databases/gdbm/pkg-plist index abd399a9405..fe167631466 100644 --- a/databases/gdbm/pkg-plist +++ b/databases/gdbm/pkg-plist @@ -5,5 +5,3 @@ info/gdbm.info lib/libgdbm.a lib/libgdbm.so lib/libgdbm.so.2 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B |