mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
523c97c0d0
Note that this change to the Makefile is a format change and the real commit was rev 1.33. All of the others are the actual update. The message got lost in an accidental ctrl-c during the commit. Thanks to jdp for fixing all the locks. PR: 12630 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
18 lines
564 B
Plaintext
18 lines
564 B
Plaintext
--- doc/lessdox/clients/Makefile.in.orig Fri Apr 23 11:18:23 1999
|
|
+++ doc/lessdox/clients/Makefile.in Fri Apr 23 11:20:18 1999
|
|
@@ -114,10 +114,10 @@
|
|
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
|
|
man3_DATA =
|