mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Fix build
PR: 166016 Submitted by: Ports Fury Feature safe: yes
This commit is contained in:
parent
141a17e483
commit
feac48bd45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294387
@ -12,8 +12,4 @@ COMMENT= Xaw interface for TiMidity++
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../audio/timidity++
|
||||
|
||||
PLIST_SUB= REALPREFIX=${PREFIX}
|
||||
|
||||
BROKEN= does not install properly after X11BASE removal
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -1,8 +1,6 @@
|
||||
@cwd %%X11BASE%%
|
||||
bin/xawmidi
|
||||
lib/X11/app-defaults/TiMidity
|
||||
lib/X11/%%EUCJP_LOCALE%%/app-defaults/TiMidity
|
||||
@cwd %%REALPREFIX%%
|
||||
bin/xawmidi
|
||||
%%TIMID_LIBDIR%%/bitmaps/back.xbm
|
||||
%%TIMID_LIBDIR%%/bitmaps/fwrd.xbm
|
||||
%%TIMID_LIBDIR%%/bitmaps/next.xbm
|
||||
@ -18,6 +16,5 @@ bin/xawmidi
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.xaw
|
||||
%%PORTDOCS%%share/doc/ja/timidity++/README.xaw
|
||||
@dirrm %%TIMID_LIBDIR%%/bitmaps
|
||||
@cwd %%X11BASE%%
|
||||
@dirrmtry lib/X11/%%EUCJP_LOCALE%%/app-defaults
|
||||
@dirrmtry lib/X11/%%EUCJP_LOCALE%%
|
||||
|
@ -117,11 +117,11 @@ post-install::
|
||||
${INSTALL_DATA} ${WRKSRC}/interface/timidity.el ${PREFIX}/${ELISPDIR}
|
||||
.endif
|
||||
.if ${INTERFACE} == "xaw"
|
||||
@${MKDIR} ${X11BASE}/lib/X11/${EUCJP_LOCALE}/app-defaults
|
||||
@${MKDIR} ${PREFIX}/lib/X11/${EUCJP_LOCALE}/app-defaults
|
||||
${INSTALL_DATA} ${WRKSRC}/TiMidity.ad \
|
||||
${X11BASE}/lib/X11/app-defaults/TiMidity
|
||||
${PREFIX}/lib/X11/app-defaults/TiMidity
|
||||
${INSTALL_DATA} ${WRKSRC}/TiMidity-uj.ad \
|
||||
${X11BASE}/lib/X11/${EUCJP_LOCALE}/app-defaults/TiMidity
|
||||
${PREFIX}/lib/X11/${EUCJP_LOCALE}/app-defaults/TiMidity
|
||||
.endif
|
||||
.if defined(LINK)
|
||||
${LN} -sf ${PREFIX}/bin/timidity ${PREFIX}/bin/${LINK}
|
||||
|
Loading…
Reference in New Issue
Block a user