summaryrefslogtreecommitdiff
path: root/misc/freedialog
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-14 08:49:30 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-14 08:49:30 +0000
commitdad9a57abe0907e2d451ff263083a9d1d82dfca2 (patch)
tree4e676da1d8e6e15fa064f8de419e97dbd5a58d94 /misc/freedialog
parentSort (asbutton before astrolog). (diff)
Convert to PORTNAME/PORTVERSION.
Notes
Notes: svn path=/head/; revision=27512
Diffstat (limited to 'misc/freedialog')
-rw-r--r--misc/freedialog/Makefile6
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