diff options
author | asami <asami@FreeBSD.org> | 1997-04-27 08:11:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-27 08:11:48 +0800 |
commit | b1b5c24b446c73ec762f204a5b534e732d71e867 (patch) | |
tree | 53adefa916f75bbd3c7662fc64d5e30b2d9194c7 /textproc/unroff | |
parent | 56aef1a4bda59628d2373dc60d8914622e271f4c (diff) | |
download | freebsd-ports-gnome-b1b5c24b446c73ec762f204a5b534e732d71e867.tar.gz freebsd-ports-gnome-b1b5c24b446c73ec762f204a5b534e732d71e867.tar.zst freebsd-ports-gnome-b1b5c24b446c73ec762f204a5b534e732d71e867.zip |
Move glimpse, isearch, ispell, mgdiff, rman and unroff to textproc.
Diffstat (limited to 'textproc/unroff')
-rw-r--r-- | textproc/unroff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index 2ff3b84a84ac..3defdd9a34c7 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -3,12 +3,12 @@ # Date created: 18 Feb 1996 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.4 1997/03/06 09:46:28 tg Exp $ +# $Id: Makefile,v 1.5 1997/03/06 12:24:49 wosch Exp $ # DISTNAME= unroff-1.0 PKGNAME= unroff-1.0.2 -CATEGORIES= print +CATEGORIES= textproc MASTER_SITES= ${UNROFF_SITE}/dist/ \ ${UNROFF_SITE}/contrib/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PATCH1} ${PATCH2} |