diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-10-25 21:35:24 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-10-25 21:35:24 +0000 |
commit | da7d1aa5cf271afc6c861e755b0b9e5f6ceedd20 (patch) | |
tree | 13daca0afad49acd42191967682ec8139c8f9239 /x11-wm | |
parent | d49ac5e482718170d7efd9d5793951ec6812ebc9 (diff) | |
download | FreeBSD-ports-da7d1aa5cf271afc6c861e755b0b9e5f6ceedd20.zip FreeBSD-ports-da7d1aa5cf271afc6c861e755b0b9e5f6ceedd20.tar.gz |
- fix option WITH_HICOLOR_ICONS
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/afterstep/pkg-plist | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index 9f3710d..943bb22 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -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 \ diff --git a/x11-wm/afterstep/pkg-plist b/x11-wm/afterstep/pkg-plist index c93a8d3..5e8e3f1 100644 --- a/x11-wm/afterstep/pkg-plist +++ b/x11-wm/afterstep/pkg-plist @@ -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 |