diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
commit | dad9a57abe0907e2d451ff263083a9d1d82dfca2 (patch) | |
tree | 4e676da1d8e6e15fa064f8de419e97dbd5a58d94 /misc/estic | |
parent | Sort (asbutton before astrolog). (diff) |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'misc/estic')
-rw-r--r-- | misc/estic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/estic/Makefile b/misc/estic/Makefile index 1a56911668c8..e644869c9be1 100644 --- a/misc/estic/Makefile +++ b/misc/estic/Makefile @@ -1,17 +1,17 @@ # ports collection makefile for: estic -# Version required: 1.40 # Date created: 21 Sep 1996 # Whom: Julian Stacey <jhs@freebsd.org> # # $FreeBSD$ # -DISTNAME= estic-1.40-sources -PKGNAME= estic-1.40 +PORTNAME= estic +PORTVERSION= 1.40 CATEGORIES= misc MASTER_SITES= ftp://linux01.gwdg.de/pub/isdn/estic/ \ ftp://ftp.franken.de/pub/isdn4linux/estic/ \ http://www.fast.de/~uli/isdn/estic/ +DISTNAME= estic-${PORTVERSION}-sources MAINTAINER= jhs@FreeBSD.org |