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
1.5 KiB
Plaintext
18 lines
1.5 KiB
Plaintext
--- doc/lessdox/widgets/Makefile.in.orig Fri Apr 23 11:20:30 1999
|
|
+++ doc/lessdox/widgets/Makefile.in Fri Apr 23 11:21:18 1999
|
|
@@ -114,10 +114,10 @@
|
|
EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA)
|
|
SUFFIXES = .1 .3 .5 .html
|
|
|
|
-mandir = $(prefix)/LessTif/doc/man
|
|
-man1dir = $(prefix)/LessTif/doc/man/man1
|
|
-man3dir = $(prefix)/LessTif/doc/man/man3
|
|
-man5dir = $(prefix)/LessTif/doc/man/man5
|
|
+mandir = @mandir@
|
|
+man1dir = $(mandir)/man1
|
|
+man3dir = $(mandir)/man3
|
|
+man5dir = $(mandir)/man5
|
|
|
|
man1_DATA =
|
|
man3_DATA = XmClipboard.3 LessTifInternals.3 XmArrowButton.3 XmArrowButtonGadget.3 XmBulletinBoard.3 XmCascadeButton.3 XmCascadeButtonGadget.3 XmComboBox.3 XmCommand.3 XmDesktop.3 XmDialogShell.3 XmDialogShellExt.3 XmDisplay.3 XmDragContext.3 XmDragIcon.3 XmDragOverShell.3 XmDrawingArea.3 XmDrawnButton.3 XmDropSiteManager.3 XmDropTransfer.3 XmFileSelectionBox.3 XmForm.3 XmFrame.3 XmGadget.3 XmGrabShell.3 XmIconGadget.3 XmLabel.3 XmLabelGadget.3 XmList.3 XmMainWindow.3 XmManager.3 XmMenuShell.3 XmMessageBox.3 XmNotebook.3 XmPanedWindow.3 XmPrimitive.3 XmProtocol.3 XmPushButton.3 XmPushButtonGadget.3 XmRowColumn.3 XmSash.3 XmScale.3 XmScreen.3 XmScrollBar.3 XmScrolledWindow.3 XmSelectionBox.3 XmSeparator.3 XmSeparatorGadget.3 XmSpinBox.3 XmTearOffButton.3 XmText.3 XmTextField.3 XmToggleButton.3 XmToggleButtonGadget.3 XmVendorShell.3 XmWorld.3 ApplicationShell.3 Composite.3 Core.3 Object.3 OverrideShell.3 Shell.3 TopLevelShell.3 TransientShell.3 WmShell.3 Rect.3 UnNamedObj.3 Constraint.3 VendorShell.3
|