diff options
author | andreas <andreas@FreeBSD.org> | 1997-06-09 19:16:36 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-06-09 19:16:36 +0000 |
commit | 91bded5a48d3a170e126134d8ec47b0e209bf62b (patch) | |
tree | 6bb3b2889e98a081e40f40e4dc245d53357cfd9c /x11-wm/fvwm95/Makefile | |
parent | f46340c0cd6e2d56820d5e1f8aa28e7f6a963070 (diff) | |
download | FreeBSD-ports-91bded5a48d3a170e126134d8ec47b0e209bf62b.zip FreeBSD-ports-91bded5a48d3a170e126134d8ec47b0e209bf62b.tar.gz |
- Install fvwm95 manpage
- Updated Plist
- Removed unnecessary post-configure, since example rc file isn't
in the files-dir anymore
- Port Packages still fine ;-) (tested, tested !!! ;-)
PR: closes PR 2986
Submitted by: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
Diffstat (limited to 'x11-wm/fvwm95/Makefile')
-rw-r--r-- | x11-wm/fvwm95/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/fvwm95/Makefile b/x11-wm/fvwm95/Makefile index 29d211f..69ea93b 100644 --- a/x11-wm/fvwm95/Makefile +++ b/x11-wm/fvwm95/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.8 1997/02/01 16:46:12 andreas Exp $ +# $Id: Makefile,v 1.9 1997/02/06 07:58:40 asami Exp $ # DISTNAME= fvwm95-2.0.43a-Autoconf @@ -22,7 +22,10 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--includedir=/usr/local/include \ --libdir=/usr/local/lib -post-configure: - @${ECHO} "See the sample.fvwm95rc file in the files directory" +MAN1= fvwm95.1 + +post-install: + @${INSTALL_MAN} $(WRKSRC)/fvwm/fvwm95.man \ + $(PREFIX)/man/man1/fvwm95.1 .include <bsd.port.mk> |