diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-10 21:32:56 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-10 21:32:56 +0000 |
commit | 74fc2116970f8ec186a82750e4e221223f4cd2fd (patch) | |
tree | e6159e21d348c9ac6c0acecadc68fefbc6d6bb85 /converters | |
parent | f9e3ddcafa9a2381b81b41deef2cf2d902d6bb80 (diff) | |
download | FreeBSD-ports-74fc2116970f8ec186a82750e4e221223f4cd2fd.zip FreeBSD-ports-74fc2116970f8ec186a82750e4e221223f4cd2fd.tar.gz |
CATEGORIES+= --> CATEGORIES=
And clean up variable ordering (as shown in the handbook) as little.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/mpack/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
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 <bsd.port.mk> |