diff options
author | pat <pat@FreeBSD.org> | 2003-06-13 02:58:52 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2003-06-13 02:58:52 +0800 |
commit | b17dcb29d626c1cb57082c114710f6526d9ddb06 (patch) | |
tree | f860e8a1963aeedc845451185cca7182a97b302a /x11 | |
parent | ce3c2a1b5e11183f142eb564f9713347bb1ceed3 (diff) | |
download | freebsd-ports-gnome-b17dcb29d626c1cb57082c114710f6526d9ddb06.tar.gz freebsd-ports-gnome-b17dcb29d626c1cb57082c114710f6526d9ddb06.tar.zst freebsd-ports-gnome-b17dcb29d626c1cb57082c114710f6526d9ddb06.zip |
Repo-copyed to a more accurate category:
ports/misc/wmessage -> ports/x11/wmessage
Repo-copyed by: joe (cvs)
Approved by: lioux (portmgr)
PR: ports/52979
Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/wmessage/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 6d87b58dbdf3..80269bdb62d8 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -119,6 +119,7 @@ SUBDIR += wmbutton SUBDIR += wmcliphist SUBDIR += wmdrawer + SUBDIR += wmessage SUBDIR += wmfstatus SUBDIR += wmmatrix SUBDIR += wmmenu diff --git a/x11/wmessage/Makefile b/x11/wmessage/Makefile index 8b57f59b70c1..91b6a18125c4 100644 --- a/x11/wmessage/Makefile +++ b/x11/wmessage/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmessage PORTVERSION= 0.11 -CATEGORIES= misc windowmaker +CATEGORIES= x11 windowmaker MASTER_SITES= http://members.ozemail.com.au/~crn/wmessage/ MAINTAINER= pat@FreeBSD.org |