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/asmodem | |
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/asmodem')
-rw-r--r-- | comms/asmodem/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/asmodem/Makefile b/comms/asmodem/Makefile index a4594329900b..603003a96e8b 100644 --- a/comms/asmodem/Makefile +++ b/comms/asmodem/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: asmodem -# Version required: 0.6.1 # Date created: 11 May 1998 # Whom: Sean Cole <scole@aracnet.com> # # $FreeBSD$ # -DISTNAME= asmodem-0.6-1 -PKGNAME= asmodem-0.6.1 +PORTNAME= asmodem +PORTVERSION= 0.6.1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_AFTERSTEP} MASTER_SITE_SUBDIR= apps/asmodem +DISTNAME= ${PORTNAME}-0.6-1 MAINTAINER= ports@FreeBSD.org |