mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Support stage
This commit is contained in:
parent
9be617a067
commit
90bbeff2fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336390
@ -15,17 +15,14 @@ USES= imake
|
||||
USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
||||
MAKE_ARGS= MAKE="${MAKE_CMD}"
|
||||
|
||||
MAN1= xmascot.1
|
||||
|
||||
# Unbreak parallel (-jX) builds: do not use unsafe MakeSubdirs() macro
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/MakeSubdirs(/Named&$$(IMAGELIB),/' \
|
||||
${WRKSRC}/Imakefile
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults
|
||||
${INSTALL_DATA} ${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults/XMascot \
|
||||
${PREFIX}/lib/X11/ja_JP.EUC/app-defaults
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/ja_JP.EUC/app-defaults
|
||||
${INSTALL_DATA} ${STAGEDIR}${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults/XMascot \
|
||||
${STAGEDIR}${PREFIX}/lib/X11/ja_JP.EUC/app-defaults
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -43,6 +43,7 @@ lib/X11/xmascot/tumamu.xbmmsk
|
||||
lib/X11/xmascot/virgo.gif
|
||||
lib/X11/xmascot/yubi.xbm
|
||||
lib/X11/xmascot/yubi.xbmmsk
|
||||
man/man1/xmascot.1.gz
|
||||
@dirrm lib/X11/xmascot
|
||||
@dirrmtry lib/X11/ja_JP.EUC/app-defaults
|
||||
@dirrmtry lib/X11/ja_JP.EUC
|
||||
|
Loading…
Reference in New Issue
Block a user