diff options
author | 2009-08-11 20:33:04 +0000 | |
---|---|---|
committer | 2009-08-11 20:33:04 +0000 | |
commit | d2d042ac04de2f93f1f799e45f0723fe5f2327ea (patch) | |
tree | 78c20ad90ebc6197f525531fd07361fbaeea6c14 | |
parent | Add a TTY_OPENED flag and tidy a little. (diff) | |
download | wireguard-openbsd-d2d042ac04de2f93f1f799e45f0723fe5f2327ea.tar.xz wireguard-openbsd-d2d042ac04de2f93f1f799e45f0723fe5f2327ea.zip |
Update documentation for x11/xfce4 module.
-rw-r--r-- | share/man/man5/port-modules.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index d2e5883c6bf..b7c15b3f8af 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.43 2009/06/11 18:47:27 ajacoutot Exp $ +.\" $OpenBSD: port-modules.5,v 1.44 2009/08/11 20:33:04 landry Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 11 2009 $ +.Dd $Mdocdate: August 11 2009 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -513,11 +513,11 @@ and are added to MODULES. Also affects CATEGORIES. .Pp -Xfce ports can be divided into three categories: core libraries and -applications, goodies, and panel plugins. +Xfce ports can be divided into five categories: core libraries and +applications, goodies, artwork, thunar plugins, and panel plugins. HOMEPAGE, MASTER_SITES and DISTNAME are built using XFCE_VERSION (which defaults to XFCE_DESKTOP_VERSION if not set) and either XFCE_PROJECT, -XFCE_GOODIE or XFCE_PLUGIN. +XFCE_GOODIE, XFCE_ARTWORK, THUNAR_PLUGIN or XFCE_PLUGIN. One of the latter has to be provided by the port Makefile. .El .Sh SEE ALSO |