summaryrefslogtreecommitdiff
path: root/japanese/ptex-base/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 10:38:50 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 10:38:50 +0000
commit5178b48938d20e336ec57a055a01cb66105cd20c (patch)
tree7b629f06e72f052bb88c209caf447e4bb6077033 /japanese/ptex-base/Makefile
parentUpgrade to 1.1. (diff)
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Notes
Notes: svn path=/head/; revision=29636
Diffstat (limited to 'japanese/ptex-base/Makefile')
-rw-r--r--japanese/ptex-base/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/ptex-base/Makefile b/japanese/ptex-base/Makefile
index 94fe81bf98ed..30775eb203f6 100644
--- a/japanese/ptex-base/Makefile
+++ b/japanese/ptex-base/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