diff options
author | steve <steve@FreeBSD.org> | 1998-10-10 12:16:17 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-10 12:16:17 +0800 |
commit | 8f7f8673dccd836628121dda69fee71fbb165045 (patch) | |
tree | 3a960ca02cc73d14b311316f37a38a5bae0b75eb /textproc/dict/Makefile | |
parent | 93e27d1bb026cf86e8d93e7d995d268e44ded3fa (diff) | |
download | freebsd-ports-gnome-8f7f8673dccd836628121dda69fee71fbb165045.tar.gz freebsd-ports-gnome-8f7f8673dccd836628121dda69fee71fbb165045.tar.zst freebsd-ports-gnome-8f7f8673dccd836628121dda69fee71fbb165045.zip |
Update to version 1.4.9.
PR: 8218
Submitted by: maintainer
Diffstat (limited to 'textproc/dict/Makefile')
-rw-r--r-- | textproc/dict/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 387ac3c0dffb..f95e4d9f802c 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -3,11 +3,11 @@ # Date created: 19 February 1998 # Whom: Josh Gilliam <josh@quick.net> # -# $Id: Makefile,v 1.1.1.1 1998/02/25 01:22:57 steve Exp $ +# $Id: Makefile,v 1.2 1998/03/10 09:18:42 tg Exp $ # -DISTNAME= dictd-1.4.8 -PKGNAME= dict-1.4.8 +DISTNAME= dictd-1.4.9 +PKGNAME= dict-1.4.9 CATEGORIES= net MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \ ftp://ftp.dict.org/pub/dict/ @@ -15,7 +15,6 @@ MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \ MAINTAINER= josh@quick.net GNU_CONFIGURE= yes -CONFIGURE_ENV= PREFIX=${PREFIX} USE_GMAKE= yes ALL_TARGET= dict INSTALL_TARGET= install.dict |