diff options
author | pav <pav@FreeBSD.org> | 2004-03-30 02:23:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-30 02:23:51 +0800 |
commit | 4da69e3a0274fc7a6b3aec311d58fe2b086dd12e (patch) | |
tree | a2915c5e5dae6661bd2a7ef67cf66d19c22e5fb4 /x11 | |
parent | 731bc949c4d13797a5194065269be7b76840982e (diff) | |
download | freebsd-ports-graphics-4da69e3a0274fc7a6b3aec311d58fe2b086dd12e.tar.gz freebsd-ports-graphics-4da69e3a0274fc7a6b3aec311d58fe2b086dd12e.tar.zst freebsd-ports-graphics-4da69e3a0274fc7a6b3aec311d58fe2b086dd12e.zip |
Repocopy x11-wm/Makefile to x11/Makefile
PR: ports/64681
Requested by: Serge Gagnon <gagnon_s@sympatico.ca> (maintainer)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/9menu/Makefile | 2 | ||||
-rw-r--r-- | x11/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11/9menu/Makefile b/x11/9menu/Makefile index e7c9429b7c4..ffd3c27ef22 100644 --- a/x11/9menu/Makefile +++ b/x11/9menu/Makefile @@ -7,7 +7,7 @@ PORTNAME= 9menu PORTVERSION= 1.7 -CATEGORIES= x11-wm plan9 +CATEGORIES= x11 plan9 MASTER_SITES= ftp://freefriends.org/arnold/Source/ \ ${MASTER_SITE_NETBSD} EXTRACT_SUFX= .shar.gz diff --git a/x11/Makefile b/x11/Makefile index d6d9dc6429a..b29b0518982 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -3,6 +3,7 @@ SUBDIR += 3ddesktop SUBDIR += 9box + SUBDIR += 9menu SUBDIR += 9term SUBDIR += XFree86 SUBDIR += XFree86-4 |