diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
commit | 59df8af48ea44d533d5de8118602cc174bda92da (patch) | |
tree | 099d3028bb9a8d6c138c5cf52f3b004582a91035 /converters/mpack | |
parent | 3da86c6aa2b3345aabb564415cd86b5e3872ca1a (diff) |
Notes
Diffstat (limited to 'converters/mpack')
-rw-r--r-- | converters/mpack/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/converters/mpack/Makefile b/converters/mpack/Makefile index 25bec83af697..a0a25fe2c191 100644 --- a/converters/mpack/Makefile +++ b/converters/mpack/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: mpack -# Version required: 1.5 # Date created: 1 May 1995 # Whom: ache # # $FreeBSD$ # -DISTNAME= mpack-1.5-src -PKGNAME= mpack-1.5 -CATEGORIES= converters mail news -MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/mpack/ -EXTRACT_SUFX= .tar.Z +PORTNAME= mpack +PORTVERSION= 1.5 +CATEGORIES= converters mail news +MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/mpack/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-src +EXTRACT_SUFX= .tar.Z -MAINTAINER= ache@FreeBSD.org +MAINTAINER= ache@FreeBSD.org -WRKSRC= ${WRKDIR}/mpack -MAKEFLAGS= -f -MAKE_ENV+= DESTDIR=${PREFIX} +WRKSRC= ${WRKDIR}/mpack +MAKEFLAGS= -f +MAKE_ENV+= DESTDIR=${PREFIX} MAN1= mpack.1 munpack.1 .include <bsd.port.mk> |