diff options
Diffstat (limited to 'textproc/dict/Makefile')
-rw-r--r-- | textproc/dict/Makefile | 4 |
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 |