diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-06-09 19:43:46 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-06-09 19:43:46 +0000 |
commit | 8631ac1f09a454b9e0c3ae024873c8c13100c61c (patch) | |
tree | 120425102210820d896f532a9ec7eb5c1228854c /x11-wm/fvwm95-i18n/Makefile | |
parent | - Install fvwm95 manpage (diff) |
Jochim Jäckel <JJaeckel@compuserve.com> brought us some
fine xpm files, that show a "FreeBSD 95" logo with devel.
Made this ,,devel logo'' the default logo for the fvwm port
(instead of the Linux Logo ;-).
It now looks really beautiful.
Port packages still fine Satoshi ;-))
PR: closes definitively PR 3607 (closed!)
Submitted by: Jochim Jäckel <JJaeckel@compuserve.com>
Diffstat (limited to 'x11-wm/fvwm95-i18n/Makefile')
-rw-r--r-- | x11-wm/fvwm95-i18n/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/fvwm95-i18n/Makefile b/x11-wm/fvwm95-i18n/Makefile index 69ea93ba52c4..e2c7a120ba25 100644 --- a/x11-wm/fvwm95-i18n/Makefile +++ b/x11-wm/fvwm95-i18n/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 1 Feb 1997 14:46:05 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.9 1997/02/06 07:58:40 asami Exp $ +# $Id: Makefile,v 1.10 1997/06/09 19:16:35 andreas Exp $ # DISTNAME= fvwm95-2.0.43a-Autoconf @@ -27,5 +27,6 @@ MAN1= fvwm95.1 post-install: @${INSTALL_MAN} $(WRKSRC)/fvwm/fvwm95.man \ $(PREFIX)/man/man1/fvwm95.1 + (cd ${PREFIX}/icons; tar xzf ${FILESDIR}/fbsd-icons.tar.gz) .include <bsd.port.mk> |