diff options
author | garga <garga@FreeBSD.org> | 2006-08-07 12:11:05 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-08-07 12:11:05 +0000 |
commit | 580ed0aae64e6ae8a852a9508f73c0f5fbcc905a (patch) | |
tree | 6027c34f14aebb3966343bc5f433e7d3b7f91ab5 /editors | |
parent | 67f3a1312835029dc65850c1dd14a7c06bae3cac (diff) | |
download | FreeBSD-ports-580ed0aae64e6ae8a852a9508f73c0f5fbcc905a.zip FreeBSD-ports-580ed0aae64e6ae8a852a9508f73c0f5fbcc905a.tar.gz |
- Fix PLIST: Remove locale dirs not contained in BSD.local.dist
- Use USE_LDCONFIG instead INSTALLS_SHLIB
PR: ports/101511
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/cooledit/Makefile | 2 | ||||
-rw-r--r-- | editors/cooledit/pkg-plist | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 3b84623..4a3fe3d 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= cooledit.1 coolman.1 smalledit.1 diff --git a/editors/cooledit/pkg-plist b/editors/cooledit/pkg-plist index bfdac79..04587ce 100644 --- a/editors/cooledit/pkg-plist +++ b/editors/cooledit/pkg-plist @@ -61,3 +61,17 @@ share/locale/sl/LC_MESSAGES/cooledit.mo share/locale/sv/LC_MESSAGES/cooledit.mo @dirrm %%DATADIR%%/syntax @dirrm %%DATADIR%% +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/ko/LC_MESSAGES +@dirrmtry share/locale/ko +@dirrmtry share/locale/no/LC_MESSAGES +@dirrmtry share/locale/no +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/sl/LC_MESSAGES +@dirrmtry share/locale/sl |