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 /comms/mgetty+sendfax | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | FreeBSD-ports-6c90316493485779473db27c46fc143d72ca8a86.zip FreeBSD-ports-6c90316493485779473db27c46fc143d72ca8a86.tar.gz |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 6b61cd2..2b87a9a 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: mgetty+sendfax -# Version required: 1.1.21 # Date created: 20 April 1998 # Whom: rkw # # $FreeBSD$ # -DISTNAME= mgetty1.1.21-Jul24 -PKGNAME= mgetty-1.1.21 +PORTNAME= mgetty +PORTVERSION= 1.1.21.07.24 CATEGORIES= comms MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/ +DISTNAME= mgetty1.1.21-Jul24 MAINTAINER= jmz@FreeBSD.org |