diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-08-07 12:11:05 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-08-07 12:11:05 +0000 |
commit | a1a0f2e48a8e6aa5ca3b50ed451acc512ac23d4e (patch) | |
tree | 56e2b0783690d5b8be3d40f305a2ee20ae64b2d4 /editors/cooledit | |
parent | - Fix PLIST: Remove locale dirs not contained in BSD.x11-4.dist (diff) |
- 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>
Notes
Notes:
svn path=/head/; revision=169969
Diffstat (limited to 'editors/cooledit')
-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 3b84623944cb..4a3fe3d22797 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 bfdac7962a0e..04587ce63ddd 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 |