diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
commit | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (patch) | |
tree | d111af8805f53a860dcffea8daeb8e9837238499 /textproc/dict | |
parent | f7e02694169756b47f76eb898606fb4b51b87123 (diff) | |
download | ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.tar.gz ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.zip |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27429
Diffstat (limited to 'textproc/dict')
-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 |