diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
commit | dad9a57abe0907e2d451ff263083a9d1d82dfca2 (patch) | |
tree | 4e676da1d8e6e15fa064f8de419e97dbd5a58d94 /misc/mmv | |
parent | 9467713b6447f007838ba7219286cb78e90c02f7 (diff) | |
download | ports-dad9a57abe0907e2d451ff263083a9d1d82dfca2.tar.gz ports-dad9a57abe0907e2d451ff263083a9d1d82dfca2.zip |
Notes
Diffstat (limited to 'misc/mmv')
-rw-r--r-- | misc/mmv/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile index 0d9de87fb0e2..9278bdd4fb54 100644 --- a/misc/mmv/Makefile +++ b/misc/mmv/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: mmv -# Version required: 1.01b # Date created: 2 Feb 1995 # Whom: Michael Elbel (me) # # $FreeBSD$ # -DISTNAME= mmv -PKGNAME= mmv-1.01b +PORTNAME= mmv +PORTVERSION= 1.01b CATEGORIES= misc MASTER_SITES= ftp://gatekeeper.dec.com/pub/usenet/comp.sources.unix/volume21/mmv/ DISTFILES= part01.Z part02.Z @@ -19,7 +18,7 @@ MAINTAINER= me@FreeBSD.org NO_CDROM= "No redistribution for charge" NO_PACKAGE= "No modification" -DIST_SUBDIR= ${DISTNAME} +DIST_SUBDIR= ${PORTNAME} NO_WRKSUBDIR= yes PATCH_DIST_ARGS= -d ${WRKSRC} --forward --quiet -E ${PATCH_DIST_STRIP} mmv.c MAN1= mmv.1 |