diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-23 16:05:50 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-23 16:05:50 +0000 |
commit | aa25a91cf481c27ab61268c6e989167d886a166c (patch) | |
tree | c4fce51870d8c8b3d2f0052892edc883f0917382 /www/udmsearch/Makefile | |
parent | a14d7c886bbbda06e50e5e9cfdfb38d059404957 (diff) | |
download | ports-aa25a91cf481c27ab61268c6e989167d886a166c.tar.gz ports-aa25a91cf481c27ab61268c6e989167d886a166c.zip |
Update to version 2.2.1.
PR: 15166
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=23882
Diffstat (limited to 'www/udmsearch/Makefile')
-rw-r--r-- | www/udmsearch/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/udmsearch/Makefile b/www/udmsearch/Makefile index f1b57ccd32b3..d43ef294799a 100644 --- a/www/udmsearch/Makefile +++ b/www/udmsearch/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: udmsearch -# Version required: 2.1.7 -# Date created: 11/05/1999 +# Version required: 2.2.1 +# Date created: 11/29/1999 # Whom: Kelly Yancey <kbyanc@posi.net> # # $FreeBSD$ # -DISTNAME= udmsearch-2.1.7 +DISTNAME= udmsearch-2.2.1 CATEGORIES= www databases MASTER_SITES= http://mysearch.udm.net/Download/ \ ftp://ftp.izhcom.ru/pub/unix/UdmSearch/ \ @@ -17,7 +17,7 @@ MAINTAINER= kbyanc@posi.net MAN1= indexer.1 MAN5= indexer.conf.5 -WRKSRC= ${WRKDIR}/udmsearch-2.1.7a +WRKSRC= ${WRKDIR}/udmsearch-2.2.1 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir=${PREFIX}/bin/udmsearch \ |