diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
commit | 6c90316493485779473db27c46fc143d72ca8a86 (patch) | |
tree | e7a5620a9b152cc5d6a909ed7144f0eb1c9828f9 /converters/mpack | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | FreeBSD-ports-6c90316493485779473db27c46fc143d72ca8a86.zip FreeBSD-ports-6c90316493485779473db27c46fc143d72ca8a86.tar.gz |
update with the new PORTNAME/PORTVERSION variables
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 25bec83..a0a25fe 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> |