diff options
author | agc <agc@pkgsrc.org> | 2000-05-12 11:40:30 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-05-12 11:40:30 +0000 |
commit | 89fc9983512bc79cd6580c343313184a5bd52a23 (patch) | |
tree | 1423e10874aec6f486d515b55777f062a72761dd /editors | |
parent | 1d9d17847d8d6957d112f606688c0eea04df3093 (diff) | |
download | pkgsrc-89fc9983512bc79cd6580c343313184a5bd52a23.tar.gz |
Move wily from plan9 to editors category by repository copy.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 3 | ||||
-rw-r--r-- | editors/wily/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/Makefile b/editors/Makefile index 7b445a16fec..b8e426b50e9 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2000/04/01 00:23:22 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.32 2000/05/12 11:40:30 agc Exp $ # FreeBSD Id: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp # @@ -26,6 +26,7 @@ SUBDIR += vim-gtk SUBDIR += vim-share SUBDIR += vim-xaw + SUBDIR += wily SUBDIR += xcoral SUBDIR += xemacs SUBDIR += xemacs-packages diff --git a/editors/wily/Makefile b/editors/wily/Makefile index 5dd90c8378a..adba3158587 100644 --- a/editors/wily/Makefile +++ b/editors/wily/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 1999/03/08 20:58:16 agc Exp $ +# $NetBSD: Makefile,v 1.8 2000/05/12 11:40:30 agc Exp $ # DISTNAME= wily-0.13.41 -CATEGORIES= plan9 editors +CATEGORIES= editors plan9 MASTER_SITES= ftp://ftp.cs.su.oz.au/gary/wily/src/ EXTRACT_SUFX= .tgz |