X resource directory is changed.
Update of audio/timidity++-emacs/Makefile is needed simultaneously. PR: ports/48088 Submitted by: Yoichi ASAI <yatt@luna2.org> (maintainer)
This commit is contained in:
parent
9883a3eaf4
commit
b6c80a825e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75126
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# New ports collection makefile for: TiMidity++
|
||||
# Date created: 27 Feb 1999
|
||||
# Whom: Yoichi Asai <yatt@msc.biglobe.ne.jp>
|
||||
# Whom: Yoichi Asai <yatt@luna2.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@cwd /usr/X11R6
|
||||
lib/X11/app-defaults/TiMidity
|
||||
lib/X11/ja_JP.EUC/app-defaults/TiMidity
|
||||
lib/X11/%%EUCJP_LOCALE%%/app-defaults/TiMidity
|
||||
@cwd /usr/local
|
||||
bin/xawmidi
|
||||
lib/timidity/bitmaps/back.xbm
|
||||
|
@ -18,3 +18,6 @@ lib/timidity/interface_a.so
|
|||
%%PORTDOCS%%share/doc/timidity++/README.xaw
|
||||
%%PORTDOCS%%share/doc/ja/timidity++/README.xaw
|
||||
@dirrm lib/timidity/bitmaps
|
||||
@cwd /usr/X11R6
|
||||
@unexec rmdir %D/lib/X11/%%EUCJP_LOCALE%%/app-defaults 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/X11/%%EUCJP_LOCALE%% 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue