aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-10-25 21:35:24 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-10-25 21:35:24 +0000
commit2243fd1dfa6fd36fc32822561c8ac40e392fc68f (patch)
tree788af65c866cb2779e48e5f9fd369f060def33be /x11-wm
parent1795eaaa1f9c3ae1e3260632f748a132bd0f25be (diff)
downloadports-2243fd1dfa6fd36fc32822561c8ac40e392fc68f.tar.gz
ports-2243fd1dfa6fd36fc32822561c8ac40e392fc68f.zip
- fix option WITH_HICOLOR_ICONS
Notes
Notes: svn path=/head/; revision=146352
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/afterstep/Makefile4
-rw-r--r--x11-wm/afterstep/pkg-plist1
2 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile
index 9f3710dbd7bc..943bb2273e54 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 c93a8d327010..5e8e3f18ed44 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