diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
commit | c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2 (patch) | |
tree | 89e915a2bf8568be2efa2fe01c4b703bb95b0dd2 /textproc/cole | |
parent | b2066c7c70a0ccedd6a3fda853744aec2281d951 (diff) | |
download | FreeBSD-ports-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.zip FreeBSD-ports-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.gz |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Diffstat (limited to 'textproc/cole')
-rw-r--r-- | textproc/cole/Makefile | 1 | ||||
-rw-r--r-- | textproc/cole/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/textproc/cole/Makefile b/textproc/cole/Makefile index 0e592e7..9753e59 100644 --- a/textproc/cole/Makefile +++ b/textproc/cole/Makefile @@ -14,5 +14,6 @@ MASTER_SITES= http://arturo.directmail.org/filters/archive/ \ MAINTAINER= sobomax@FreeBSD.org USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes .include <bsd.port.mk> diff --git a/textproc/cole/pkg-plist b/textproc/cole/pkg-plist index 2356906..b222c03 100644 --- a/textproc/cole/pkg-plist +++ b/textproc/cole/pkg-plist @@ -7,7 +7,5 @@ include/cole/cole.h lib/libcole.a lib/libcole.so lib/libcole.so.2 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/aclocal/cole.m4 @dirrm include/cole |