1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11-wm/fvwm95-i18n/files/patch-aa
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

25 lines
648 B
Plaintext

diff -urN ../fvwm95-2.0.43a-Autoconf.orig/Makefile.in ./Makefile.in
--- ../fvwm95-2.0.43a-Autoconf.orig/Makefile.in Sun Nov 22 04:58:50 1998
+++ ./Makefile.in Sun Nov 22 04:59:56 1998
@@ -11,6 +11,7 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
subdirs=libs fvwm modules utils sample.fvwmrc xpmroot icons mini-icons
+mansubdirs=fvwm modules xpmroot
local_defines=@local_defines@
CFLAGS = -O
@@ -25,6 +26,12 @@
@for i in ${subdirs}; do \
echo Installing in $$i ; \
(cd $$i; ${MAKE} install) \
+ done
+
+install.man:
+ @for i in ${mansubdirs}; do \
+ echo Installing man in $$i ; \
+ (cd $$i; ${MAKE} install.man) \
done
depend: