1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-wm/fvwm95-i18n/files/patch-ap
SADA Kenji 5f37710d84 Branched x11-wm/fvwm95 -> fvwm95-i18n.
This has only Japanese resources for now.
Submitted by:	Yoshishige Arai <ryo2@on.rim.or.jp>
1998-11-22 14:54:11 +00:00

23 lines
581 B
Plaintext

diff -urN ../fvwm95-2.0.43a-Autoconf.orig/xpmroot/Makefile.in ./xpmroot/Makefile.in
--- ../fvwm95-2.0.43a-Autoconf.orig/xpmroot/Makefile.in Sun Nov 22 04:52:00 1998
+++ ./xpmroot/Makefile.in Sun Nov 22 04:59:32 1998
@@ -22,6 +22,8 @@
MAKEDEPEND=@MAKEDEPEND@
INSTALL=@INSTALL@
INSTALL_PROGRAM=@INSTALL_PROGRAM@
+INSTALL_MAN=@INSTALL_MAN@
+MANPREFIX=@mandir@
RM=@RM@
PROG=xpmroot
@@ -36,6 +38,9 @@
install: all
${INSTALL_PROGRAM} ${PROG} ${bin_dir}
+
+install.man:
+ ${INSTALL_MAN} ${PROG}.man ${MANPREFIX}/man1/${PROG}.1
clean:
${RM} ${PROG} ${OBJS} *~ core *.bak