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/seyon/Makefile | |
parent | 3da86c6aa2b3345aabb564415cd86b5e3872ca1a (diff) | |
download | ports-59df8af48ea44d533d5de8118602cc174bda92da.tar.gz ports-59df8af48ea44d533d5de8118602cc174bda92da.zip |
Notes
Diffstat (limited to 'comms/seyon/Makefile')
-rw-r--r-- | comms/seyon/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile index 70bcf89c274e..f588af34e9a2 100644 --- a/comms/seyon/Makefile +++ b/comms/seyon/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: seyon -# Version required: 2.14b or 2.14c # Date created: 3 October 1994 # Whom: Michael Elbel (me) # # $FreeBSD$ # -DISTNAME= Seyon-2.14b -PKGNAME= seyon-2.14b +PORTNAME= seyon +PORTVERSION= 2.14b CATEGORIES= comms MASTER_SITES= ftp://sipb.mit.edu/pub/seyon/ -DISTFILES= Seyon-2.14b-tar.Z +DISTNAME= Seyon-${PORTVERSION} +EXTRACT_SUFX= -tar.Z MAINTAINER= me@FreeBSD.org |