diff options
author | obraun <obraun@FreeBSD.org> | 2002-10-19 06:03:05 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-10-19 06:03:05 +0800 |
commit | 529c2450dbcf98c0c1428be22596a17c12202c4b (patch) | |
tree | 9ea50293b998f87d5e159accd8dd63576889e51b /x11-toolkits/open-motif | |
parent | e0e3d7a135e09e602012c13d90794c3b61134c1c (diff) | |
download | freebsd-ports-gnome-529c2450dbcf98c0c1428be22596a17c12202c4b.tar.gz freebsd-ports-gnome-529c2450dbcf98c0c1428be22596a17c12202c4b.tar.zst freebsd-ports-gnome-529c2450dbcf98c0c1428be22596a17c12202c4b.zip |
* add 2 missing man pages
* Bump PORTREVISION
PR: 44234
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'x11-toolkits/open-motif')
-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 112a5a3dcba1..b30c975f0486 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 6f18da2facd3..66f19cca9f1c 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 \ |