diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-27 00:11:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-27 00:11:48 +0000 |
commit | ef4308c86e56b4463826e006273d8e7ff9eabd6d (patch) | |
tree | 71bd9e226b5072bc421d052f6d1613c8a234bf1a /textproc/unroff | |
parent | df8121b8caa5296c2f19c60df209d0a640021ac1 (diff) | |
download | ports-ef4308c86e56b4463826e006273d8e7ff9eabd6d.tar.gz ports-ef4308c86e56b4463826e006273d8e7ff9eabd6d.zip |
Notes
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} |