From 74fc2116970f8ec186a82750e4e221223f4cd2fd Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 10 Nov 1996 21:32:56 +0000 Subject: CATEGORIES+= --> CATEGORIES= And clean up variable ordering (as shown in the handbook) as little. --- converters/mpack/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'converters/mpack') diff --git a/converters/mpack/Makefile b/converters/mpack/Makefile index 850ed85..18a4862 100644 --- a/converters/mpack/Makefile +++ b/converters/mpack/Makefile @@ -3,17 +3,18 @@ # Date created: 1 May 1995 # Whom: ache # -# $Id: Makefile,v 1.3 1995/11/22 13:12:23 asami Exp $ +# $Id: Makefile,v 1.4 1995/11/26 10:51:42 asami Exp $ # DISTNAME= mpack-1.5-src PKGNAME= mpack-1.5 -EXTRACT_SUFX= .tar.Z -CATEGORIES+= mail news +CATEGORIES= mail news MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/mpack/ -WRKSRC= ${WRKDIR}/mpack -MAKEFLAGS= -DDESTDIR=${PREFIX} -f +EXTRACT_SUFX= .tar.Z MAINTAINER= ache@FreeBSD.ORG +WRKSRC= ${WRKDIR}/mpack +MAKEFLAGS= -DDESTDIR=${PREFIX} -f + .include -- cgit v1.1