diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
| commit | 835d6b8655813f2580f5db9fcbec03a34833ec92 (patch) | |
| tree | 1dad4fa822830f51205ce8becf3ef756537f4a2b /textproc/pspell | |
| parent | 5cb14340042a107ee5ad92616d23d4d9551eb878 (diff) | |
Third round of INSTALL_SHLIBS=yes fixes.
Diffstat (limited to 'textproc/pspell')
| -rw-r--r-- | textproc/pspell/Makefile | 1 | ||||
| -rw-r--r-- | textproc/pspell/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/textproc/pspell/Makefile b/textproc/pspell/Makefile index 631238133f3b..ae3b11786649 100644 --- a/textproc/pspell/Makefile +++ b/textproc/pspell/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ade@FreeBSD.org USE_NEWGCC= yes USE_LIBTOOL= yes +INSTALL_SHLIBS= yes LIBTOOLFILES= configure modules/configure CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -I${WRKSRC}" MAKE_ARGS+= NOPORTDOCS=${NOPORTDOCS} diff --git a/textproc/pspell/pkg-plist b/textproc/pspell/pkg-plist index d9834a7518d7..557423de437b 100644 --- a/textproc/pspell/pkg-plist +++ b/textproc/pspell/pkg-plist @@ -32,8 +32,6 @@ lib/libpspell-modules.so.1 lib/libpspell.a lib/libpspell.so lib/libpspell.so.2 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B share/doc/pspell/man-html/1_Introduction.html share/doc/pspell/man-html/2_Getting.html share/doc/pspell/man-html/3_Library.html |
