mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- fix option WITH_HICOLOR_ICONS
This commit is contained in:
parent
1795eaaa1f
commit
2243fd1dfa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146352
@ -53,6 +53,7 @@ post-install:
|
||||
@ ${MKDIR} ${PREFIX}/include/X11/pixmaps/
|
||||
.if defined(WITH_HICOLOR_ICONS)
|
||||
${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/include/X11/pixmaps/
|
||||
${INSTALL_DATA} ${FILESDIR}/monitor_bsd.xpm ${PREFIX}/include/X11/pixmaps/
|
||||
.else
|
||||
.if !defined(BATCH)
|
||||
@${ECHO_MSG} "===> Note: to use the hi-color icons,"
|
||||
@ -60,9 +61,10 @@ post-install:
|
||||
@${ECHO_MSG} " defined"
|
||||
.endif
|
||||
@for i in AFstep.xpm penguin.xpm monitor_bsd.xpm; do \
|
||||
${CP} ${FILESDIR}/$$i ${WRKSRC}/icons/8bit; \
|
||||
${CP} ${FILESDIR}/$$i ${WRKSRC}/icons/8bit/; \
|
||||
done
|
||||
${INSTALL_DATA} ${WRKSRC}/icons/8bit/*.xpm ${PREFIX}/include/X11/pixmaps/
|
||||
${INSTALL_DATA} ${WRKSRC}/icons/eyecon.xpm ${PREFIX}/include/X11/pixmaps/
|
||||
.endif
|
||||
@ ${MKDIR} ${PREFIX}/lib/X11/afterstep/doc/
|
||||
@for i in CHANGES CREDITS README README.8bit INSTALL FAQ module-interface.txt; do \
|
||||
|
@ -6,6 +6,7 @@ include/X11/pixmaps/FileFolders.xpm
|
||||
include/X11/pixmaps/KeysOnChain.xpm
|
||||
include/X11/pixmaps/OldFashionedRadio.xpm
|
||||
include/X11/pixmaps/YellowBlueRedGeometry.xpm
|
||||
include/X11/pixmaps/eyecon.xpm
|
||||
include/X11/pixmaps/interface.xpm
|
||||
include/X11/pixmaps/monalisa.xpm
|
||||
include/X11/pixmaps/monitor.xpm
|
||||
|
Loading…
Reference in New Issue
Block a user