diff options
author | obraun <obraun@FreeBSD.org> | 2002-10-18 22:03:05 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-10-18 22:03:05 +0000 |
commit | 529c2450dbcf98c0c1428be22596a17c12202c4b (patch) | |
tree | 9ea50293b998f87d5e159accd8dd63576889e51b | |
parent | e0e3d7a135e09e602012c13d90794c3b61134c1c (diff) | |
download | FreeBSD-ports-529c2450dbcf98c0c1428be22596a17c12202c4b.zip FreeBSD-ports-529c2450dbcf98c0c1428be22596a17c12202c4b.tar.gz |
* add 2 missing man pages
* Bump PORTREVISION
PR: 44234
Submitted by: KATO Tsuguru <tkato@prontomail.com>
-rw-r--r-- | x11-toolkits/open-motif/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/open-motif/Makefile.man | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index 112a5a3..b30c975 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -8,6 +8,7 @@ PORTNAME= open-motif PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ftp://openmotif.opengroup.org/pub/%SUBDIR%/ \ ftp://ftp.opengroup.org/pub/%SUBDIR%/ \ diff --git a/x11-toolkits/open-motif/Makefile.man b/x11-toolkits/open-motif/Makefile.man index 6f18da2..66f19cc 100644 --- a/x11-toolkits/open-motif/Makefile.man +++ b/x11-toolkits/open-motif/Makefile.man @@ -81,6 +81,7 @@ MAN3= \ XmClipboardUnlock.3 \ XmClipboardWithdrawFormat.3 \ XmColorSelector.3 \ + XmColumn.3 \ XmComboBox.3 \ XmComboBoxAddItem.3 \ XmComboBoxDeletePos.3 \ @@ -178,6 +179,7 @@ MAN3= \ XmCvtXmStringTableToTextProperty.3 \ XmCvtXmStringToByteStream.3 \ XmCvtXmStringToCT.3 \ + XmDataField.3 \ XmDeactivateProtocol.3 \ XmDeactivateWMProtocol.3 \ XmDestroyPixmap.3 \ |