diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-17 06:41:25 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-17 06:41:25 +0000 |
commit | 233aebac0d805c07128a845a32a78374ae1419e7 (patch) | |
tree | e4263791b88b545ab979d1f7c370557fa0ef5a00 /x11-wm/icewm/Makefile | |
parent | 80bf16274f7c121cc860e1d43ce553c79aeda096 (diff) |
Notes
Diffstat (limited to 'x11-wm/icewm/Makefile')
-rw-r--r-- | x11-wm/icewm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 76e92c6450f9..a9ac1f16f105 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -3,10 +3,10 @@ # Date created: 10 August 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.30 1999/01/17 10:04:44 vanilla Exp $ +# $Id: Makefile,v 1.31 1999/01/17 19:48:00 vanilla Exp $ # -DISTNAME= icewm-0.9.29 +DISTNAME= icewm-0.9.34 CATEGORIES= x11-wm MASTER_SITES= http://www.kiss.uni-lj.si/~k4fr0235/icewm/devel/ \ http://www.freebsd.org/~vanilla/ @@ -49,7 +49,7 @@ do-configure: ( cd ${WRKSRC}; ${SH} config ${ICEOPTION} ) post-install: - ${CP} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/lib/X11/icewm/taskbar + ${CP} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/share/icewm/taskbar strip ${PREFIX}/bin/icewm strip ${PREFIX}/bin/icewmbg strip ${PREFIX}/bin/icewmhint |