mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
1552990c1c
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
22 lines
639 B
Plaintext
22 lines
639 B
Plaintext
--- doc/lessdox/clients/Makefile.in.orig Wed Feb 23 09:14:35 2000
|
|
+++ doc/lessdox/clients/Makefile.in Wed Feb 23 09:14:59 2000
|
|
@@ -120,12 +120,12 @@
|
|
EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA)
|
|
SUFFIXES = .1 .3 .5 .html
|
|
|
|
-mandir = $(exec_prefix)/LessTif/doc/man
|
|
-man1dir = $(exec_prefix)/LessTif/doc/man/man1
|
|
-man3dir = $(exec_prefix)/LessTif/doc/man/man3
|
|
-man5dir = $(exec_prefix)/LessTif/doc/man/man5
|
|
+mandir = @mandir@
|
|
+man1dir = $(mandir)/man1
|
|
+man3dir = $(mandir)/man3
|
|
+man5dir = $(mandir)/man5
|
|
|
|
-man1_DATA = mwm.1 xmbind.1 lesstif.1 xbae.1 xlt.1
|
|
+man1_DATA = mwm.1 xmbind.1 lesstif.1
|
|
man3_DATA =
|
|
man5_DATA = mwmrc.5
|
|
|
|
|