summaryrefslogtreecommitdiff
path: root/converters/mpack/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-10 21:32:56 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-10 21:32:56 +0000
commitad744288184799669b3c6ed466204cf2079b8596 (patch)
tree13e685282822b31367902839f70a41b95b4c74f8 /converters/mpack/Makefile
parentMark imm and nv as BROKEN, until someone upgrades them to use tk41 and tcl75. (diff)
CATEGORIES+= --> CATEGORIES=
And clean up variable ordering (as shown in the handbook) as little.
Notes
Notes: svn path=/head/; revision=4382
Diffstat (limited to 'converters/mpack/Makefile')
-rw-r--r--converters/mpack/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/converters/mpack/Makefile b/converters/mpack/Makefile
index 850ed85409d7..18a4862a88b0 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>