diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-21 09:50:07 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-21 09:50:07 +0000 |
commit | 86bb8c0e30ab857dae5be0086e8c7cd444afd2af (patch) | |
tree | 61d4497daa888383526f5f45b8dbe38192d7c9a1 | |
parent | 6c05be5aa98b2b560ff62e43d1ada7a223914224 (diff) | |
download | mandoc-86bb8c0e30ab857dae5be0086e8c7cd444afd2af.tar.gz |
Category devel -> textproc.VERSION.1.6.5
-rw-r--r-- | Makefile.netbsd | 2 | ||||
-rw-r--r-- | Makefile.openbsd | 2 | ||||
-rw-r--r-- | index.sgml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.netbsd b/Makefile.netbsd index 7ca475c3..c8a8902a 100644 --- a/Makefile.netbsd +++ b/Makefile.netbsd @@ -3,7 +3,7 @@ COMMENT= mdoc macro compiler DISTNAME= mdocml-@VERSION@ -CATEGORIES= devel +CATEGORIES= textproc HOMEPAGE= http://mdocml.bsd.lv/ diff --git a/Makefile.openbsd b/Makefile.openbsd index 6f33ebff..12b5ef11 100644 --- a/Makefile.openbsd +++ b/Makefile.openbsd @@ -3,7 +3,7 @@ COMMENT= mdoc macro compiler DISTNAME= mdocml-@VERSION@ -CATEGORIES= devel +CATEGORIES= textproc HOMEPAGE= http://mdocml.bsd.lv/ @@ -118,7 +118,7 @@ <p class="boxed"> # pkg_delete mdocml<br> - # cd /usr/ports/devel/<br> + # cd /usr/ports/textproc/<br> # rm -rf mdocml<br> # ftp -V -o- http://mdocml.bsd.lv/ports-openbsd/mdocml.tar.gz | tar -zvxf -<br> # cd mdocml<br> @@ -132,7 +132,7 @@ <p class="boxed"> # pkg_delete mdocml<br> - # cd /usr/pkgsrc/devel/<br> + # cd /usr/pkgsrc/textproc/<br> # rm -rf mdocml<br> # ftp -V -o- http://mdocml.bsd.lv/ports-netbsd/mdocml.tar.gz | tar -zvxf -<br> # cd mdocml<br> |