diff options
author | asami <asami@FreeBSD.org> | 1995-11-26 10:51:53 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-26 10:51:53 +0000 |
commit | 7a22691049d0171969de687779585473ae8699d7 (patch) | |
tree | 9e17c59d6623c43489d1d3d3f8d3f122e470a1e3 /converters/mpack | |
parent | 3d4cfb820c2572710dc16b83a51c1e60fb3ffeb5 (diff) | |
download | FreeBSD-ports-7a22691049d0171969de687779585473ae8699d7.zip FreeBSD-ports-7a22691049d0171969de687779585473ae8699d7.tar.gz |
Remove "utils" from the categories. They already are in others.
Diffstat (limited to 'converters/mpack')
-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 a8e4dda..850ed85 100644 --- a/converters/mpack/Makefile +++ b/converters/mpack/Makefile @@ -3,13 +3,13 @@ # Date created: 1 May 1995 # Whom: ache # -# $Id: Makefile,v 1.2 1995/05/01 14:29:01 ache Exp $ +# $Id: Makefile,v 1.3 1995/11/22 13:12:23 asami Exp $ # DISTNAME= mpack-1.5-src PKGNAME= mpack-1.5 EXTRACT_SUFX= .tar.Z -CATEGORIES+= mail news utils +CATEGORIES+= mail news MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/mpack/ WRKSRC= ${WRKDIR}/mpack MAKEFLAGS= -DDESTDIR=${PREFIX} -f |