diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
commit | 59df8af48ea44d533d5de8118602cc174bda92da (patch) | |
tree | 099d3028bb9a8d6c138c5cf52f3b004582a91035 /comms/yaps | |
parent | 3da86c6aa2b3345aabb564415cd86b5e3872ca1a (diff) | |
download | ports-59df8af48ea44d533d5de8118602cc174bda92da.tar.gz ports-59df8af48ea44d533d5de8118602cc174bda92da.zip |
Notes
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 |