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/yaps | |
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/yaps')
-rw-r--r-- | comms/yaps/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/yaps/Makefile b/comms/yaps/Makefile index 173b0f15479a..06cec2c73ba1 100644 --- a/comms/yaps/Makefile +++ b/comms/yaps/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: yaps -# Version required: 0.96 # Date created: Di 29 Sep 1998 15:51:27 CEST # Whom: se # # $FreeBSD$ # -DISTNAME= yaps-0.96 +PORTNAME= yaps +PORTVERSION= 0.96 CATEGORIES= comms -MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/serialcomm/machines -MAINTAINER= se@FreeBSD.org +MAINTAINER= se@FreeBSD.org USE_GMAKE= true |