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/freedialog | |
parent | 9467713b6447f007838ba7219286cb78e90c02f7 (diff) |
Notes
Diffstat (limited to 'misc/freedialog')
-rw-r--r-- | misc/freedialog/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/freedialog/Makefile b/misc/freedialog/Makefile index d7354bb15580..b7fa5b3ab947 100644 --- a/misc/freedialog/Makefile +++ b/misc/freedialog/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: freedialog -# Version required: 0.3 # Date created: 30 October 1999 # Whom: James Howard <howardj@wam.umd.edu> # # $FreeBSD$ # -DISTNAME= dialog-0.3 -PKGNAME= freedialog-0.3 +PORTNAME= freedialog +PORTVERSION= 0.3 CATEGORIES= misc MASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/dialog/ \ http://www.wam.umd.edu/~howardjp/software/dialog/ \ ftp://dragon.ham.muohio.edu/pub/howardjp/software/dialog/ +DISTNAME= dialog-${PORTVERSION} MAINTAINER= howardjp@wam.umd.edu |