diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 05:54:47 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 05:54:47 +0800 |
commit | a8843baba6a200bd1438954f77dd13e4fda505d9 (patch) | |
tree | 7d785bb440b6c4e27b21b82630dbe876cc3fad93 /textproc/dict | |
parent | 2e79257c8ac1b3a7bb2b24f4bc346c95fcadb299 (diff) | |
download | freebsd-ports-gnome-a8843baba6a200bd1438954f77dd13e4fda505d9.tar.gz freebsd-ports-gnome-a8843baba6a200bd1438954f77dd13e4fda505d9.tar.zst freebsd-ports-gnome-a8843baba6a200bd1438954f77dd13e4fda505d9.zip |
Update with the new PORTNAME/PORTVERSION variables
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 |