diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-06-09 19:16:36 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-06-09 19:16:36 +0000 |
commit | 7045a02bb62da1f1881b64d8d93aac5aba0a3bfe (patch) | |
tree | ba6ee1bd001b0b136615a90958f5e163b7accbda | |
parent | 0c7fb40446b8b90ef30d44ab8fcda22bc52ee81a (diff) | |
download | ports-7045a02bb62da1f1881b64d8d93aac5aba0a3bfe.tar.gz ports-7045a02bb62da1f1881b64d8d93aac5aba0a3bfe.zip |
Notes
-rw-r--r-- | x11-wm/fvwm95-i18n/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/fvwm95-i18n/pkg-plist | 1 | ||||
-rw-r--r-- | x11-wm/fvwm95/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/fvwm95/pkg-plist | 1 |
4 files changed, 14 insertions, 6 deletions
diff --git a/x11-wm/fvwm95-i18n/Makefile b/x11-wm/fvwm95-i18n/Makefile index 29d211f49e98..69ea93ba52c4 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.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-i18n/pkg-plist b/x11-wm/fvwm95-i18n/pkg-plist index 2937e4f1f77f..f7bb365f6456 100644 --- a/x11-wm/fvwm95-i18n/pkg-plist +++ b/x11-wm/fvwm95-i18n/pkg-plist @@ -240,3 +240,4 @@ icons/xterm-sun.xpm icons/xterm.xpm icons/xv.xpm icons/xview.xpm +man/man1/fvwm95.1.gz 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 |