diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-05-01 14:29:01 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-05-01 14:29:01 +0000 |
commit | d04058e3925fdbd55802fe2131b1bed9c5e34b97 (patch) | |
tree | f4ca260ccc9bc6f03a548b2e57a0c3b0ec27134a /converters | |
parent | Mpack added (diff) |
Add news to CATEGORIES
Notes
Notes:
svn path=/head/; revision=1563
Diffstat (limited to 'converters')
-rw-r--r-- | converters/mpack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/mpack/Makefile b/converters/mpack/Makefile index c39cac922c1c..0e6dcbfd6126 100644 --- a/converters/mpack/Makefile +++ b/converters/mpack/Makefile @@ -3,13 +3,13 @@ # Date created: 1 May 1995 # Whom: ache # -# $Id: Makefile,v 1.4 1995/04/12 04:55:14 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1995/05/01 14:20:23 ache Exp $ # DISTNAME= mpack-1.5-src PKGNAME= mpack-1.5 EXTRACT_SUFX= .tar.Z -CATEGORIES+= mail utilities +CATEGORIES+= mail news utilities MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/mpack/ WRKSRC= ${WRKDIR}/mpack MAKEFLAGS= -DDESTDIR=${PREFIX} -f |