summaryrefslogtreecommitdiff
path: root/textproc/dict
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 21:54:47 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 21:54:47 +0000
commit37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (patch)
treed111af8805f53a860dcffea8daeb8e9837238499 /textproc/dict
parentAdd WWW (diff)
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27429
Diffstat (limited to 'textproc/dict')
-rw-r--r--textproc/dict/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile
index 148e7535a724..7bd0a0ebdb99 100644
--- a/textproc/dict/Makefile
+++ b/textproc/dict/Makefile
@@ -1,17 +1,19 @@
# ex:ts=8
# Ports collection makefile for: dict
-# Version required: 0.0
# Date created: 19 February 1998
# Whom: Josh Gilliam <josh@quick.net>
#
# $FreeBSD$
#
+PORTNAME= dict
+PORTVERSION= 1.4.9
DISTNAME= dictd-1.4.9
PKGNAME= dict-1.4.9
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \
ftp://ftp.dict.org/pub/dict/
+DISTNAME= ${PORTNAME}d-${PORTVERSION}
MAINTAINER= obrien@FreeBSD.org