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 /japanese/ptex-common | |
parent | b2066c7c70a0ccedd6a3fda853744aec2281d951 (diff) | |
download | freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.gz freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.zst freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.zip |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Diffstat (limited to 'japanese/ptex-common')
-rw-r--r-- | japanese/ptex-common/Makefile | 2 | ||||
-rw-r--r-- | japanese/ptex-common/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/japanese/ptex-common/Makefile b/japanese/ptex-common/Makefile index 94fe81bf98ed..30775eb203f6 100644 --- a/japanese/ptex-common/Makefile +++ b/japanese/ptex-common/Makefile @@ -18,6 +18,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= max@FreeBSD.org MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* +INSTALLS_SHLIBS= yes USE_GMAKE= yes EXTRACT_ONLY= ${DISTFILES:Ntexmflib-*} DIST_SUBDIR= ${PORTNAME} @@ -52,7 +53,6 @@ pre-install: #@${RMDIR} ${PREFIX}/share/texmf/tex/generic/images ${PREFIX}/share/texmf/bibtex/bib/misc post-install: - @${LDCONFIG} -m ${PREFIX}/lib .for bin in ${BINARIES} @strip ${PREFIX}/bin/${bin} .endfor diff --git a/japanese/ptex-common/pkg-plist b/japanese/ptex-common/pkg-plist index 1acd58dcd543..67465bd449c3 100644 --- a/japanese/ptex-common/pkg-plist +++ b/japanese/ptex-common/pkg-plist @@ -99,8 +99,6 @@ info/web2c.info-4 @exec install-info %D/info/kpathsea.info %D/info/dir @exec install-info %D/info/web2c.info %D/info/dir lib/libkpathsea.so.3 -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R lib/libkpathsea.so lib/libkpathsea.a share/texmf/VERSION-7.3 |