diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-07 02:55:42 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-07 02:55:42 +0000 |
commit | bacced750ad18aefdb80704c11e98aa37910679b (patch) | |
tree | b73e251a6267f576cbe26383d6e6706086b9c566 /x11-wm/afterstep/Makefile | |
parent | Upgrade to 2.01 (diff) |
Add a FreeBSD xterm icon to match the Linux Penguin one that already ships
with AfterStep
Submitted by: Alexander Indenbaum <baum@actcom.co.il>
Diffstat (limited to 'x11-wm/afterstep/Makefile')
-rw-r--r-- | x11-wm/afterstep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index 690e850ccd7e..f39f572c9938 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -3,7 +3,7 @@ # Date created: October 29th 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.16 1997/03/30 06:04:54 jfitz Exp $ +# $Id: Makefile,v 1.17 1997/05/17 19:48:20 jfitz Exp $ # DISTNAME= AfterStep-1.0 @@ -37,7 +37,7 @@ post-install: @echo " reinstall this port with -DUSE_HICOLOR_ICONS" @echo " defined" .endif - @for file in AFstep.xpm penguin.xpm; do \ + @for file in AFstep.xpm penguin.xpm monitor_bsd.xpm; do \ ${CP} ${FILESDIR}/$$file ${WRKSRC}/icons/8bit; \ done ${INSTALL_DATA} ${WRKSRC}/icons/8bit/*.xpm ${PREFIX}/include/X11/pixmaps/ |