diff options
author | andreas <andreas@FreeBSD.org> | 1997-06-10 03:16:36 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-06-10 03:16:36 +0800 |
commit | 91bded5a48d3a170e126134d8ec47b0e209bf62b (patch) | |
tree | 6bb3b2889e98a081e40f40e4dc245d53357cfd9c /x11-wm/fvwm95 | |
parent | f46340c0cd6e2d56820d5e1f8aa28e7f6a963070 (diff) | |
download | freebsd-ports-gnome-91bded5a48d3a170e126134d8ec47b0e209bf62b.tar.gz freebsd-ports-gnome-91bded5a48d3a170e126134d8ec47b0e209bf62b.tar.zst freebsd-ports-gnome-91bded5a48d3a170e126134d8ec47b0e209bf62b.zip |
- 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')
-rw-r--r-- | x11-wm/fvwm95/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/fvwm95/pkg-plist | 1 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-wm/fvwm95/Makefile b/x11-wm/fvwm95/Makefile index 29d211f49e98..69ea93ba52c4 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> diff --git a/x11-wm/fvwm95/pkg-plist b/x11-wm/fvwm95/pkg-plist index 2937e4f1f77f..f7bb365f6456 100644 --- a/x11-wm/fvwm95/pkg-plist +++ b/x11-wm/fvwm95/pkg-plist @@ -240,3 +240,4 @@ icons/xterm-sun.xpm icons/xterm.xpm icons/xv.xpm icons/xview.xpm +man/man1/fvwm95.1.gz |