diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-15 23:26:34 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-15 23:26:34 +0800 |
commit | 321f4fa68fa624fa13289c6e234ef73e028ec427 (patch) | |
tree | cbccf9e1abdae9c206ba2d478b301966d0d3a054 /textproc | |
parent | f1ab413fb69dec513831ea6c21f484626a7f3063 (diff) | |
download | freebsd-ports-gnome-321f4fa68fa624fa13289c6e234ef73e028ec427.tar.gz freebsd-ports-gnome-321f4fa68fa624fa13289c6e234ef73e028ec427.tar.zst freebsd-ports-gnome-321f4fa68fa624fa13289c6e234ef73e028ec427.zip |
- 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 <ssedov at mbsd.msk.ru>
Approved by: jkoshy (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libtre/Makefile | 2 | ||||
-rw-r--r-- | textproc/libtre/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
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 |