From 321f4fa68fa624fa13289c6e234ef73e028ec427 Mon Sep 17 00:00:00 2001 From: rafan Date: Tue, 15 Aug 2006 15:26:34 +0000 Subject: - Replace deprecated variable (INSTALLS_SHLIB) - Remove directories that are not listed in mtree file Note that these directories are be removed by other dependency ports, so I do not bump PORTREVISION for them. PR: ports/101586 Submitted by: Stanislav Sedov Approved by: jkoshy (maintainer) --- textproc/libtre/Makefile | 2 +- textproc/libtre/pkg-plist | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index d071be3c721e..9a0d88429d02 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -24,7 +24,7 @@ USE_GNOME= gnomehack gnometarget pkgconfig USE_GETOPT_LONG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib diff --git a/textproc/libtre/pkg-plist b/textproc/libtre/pkg-plist index f06b1e71c42a..9f835731cc9b 100644 --- a/textproc/libtre/pkg-plist +++ b/textproc/libtre/pkg-plist @@ -12,3 +12,5 @@ libdata/pkgconfig/tre.pc %%PORTDOCS%%%%DOCSDIR%%/tre-syntax.html @dirrm include/tre %%PORTDOCS%%@dirrm %%DOCSDIR%% +%%NLS%%@dirrmtry share/locale/fi/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fi -- cgit