diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
commit | 6c90316493485779473db27c46fc143d72ca8a86 (patch) | |
tree | e7a5620a9b152cc5d6a909ed7144f0eb1c9828f9 /comms/minicom | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.tar.gz freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.tar.zst freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 9b7056f757c1..1c27cf4d24f9 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,20 +1,20 @@ # ex:ts=8 # Ports collection makefile for: minicom -# Version required: 0.0 # Date created: Fri Dec 01, 1995 # Whom: obrien@cs.ucdavis.edu # # $FreeBSD$ # -DISTNAME= ${PKGNAME}.src -PKGNAME= minicom-1.83.0 +PORTNAME= minicom +PORTVERSION= 1.83.0 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.pp.clinet.fi/~walker/mc-dev/ \ http://www.clinet.fi/~walker/ \ http://www.pp.clinet.fi/~walker/ MASTER_SITE_SUBDIR= apps/serialcomm/dialout +DISTNAME= ${PKGNAME}.src MAINTAINER= obrien@FreeBSD.org |