diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2005-05-15 18:41:23 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2005-05-15 18:41:23 +0000 |
commit | 2022fb973266f0b26d59f04b3c907ef53f59bc8d (patch) | |
tree | 834637cc2748033a58484ad3689065bcb6c3cc91 /www/mnogosearch31 | |
parent | mnogosearch -> mnogosearch31 (diff) |
Change PORTNAME & DISTNAME to reflect repocopy name
Notes
Notes:
svn path=/head/; revision=135304
Diffstat (limited to 'www/mnogosearch31')
-rw-r--r-- | www/mnogosearch31/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile index 88016f293055..a37977ea0787 100644 --- a/www/mnogosearch31/Makefile +++ b/www/mnogosearch31/Makefile @@ -1,15 +1,15 @@ -# New ports collection makefile for: mnogosearch +# New ports collection makefile for: mnogosearch31 # Date created: 27.01.2001 # Whom: ache # # $FreeBSD$ # -PORTNAME= mnogosearch +PORTNAME= mnogosearch31 PORTVERSION= 3.1.21 -PORTREVISION= 1 CATEGORIES= www databases MASTER_SITES= http://www.mnogosearch.org/Download/ +DISTNAME= mnogosearch-${PORTVERSION} MAINTAINER= ache@FreeBSD.org COMMENT= Full featured SQL-based hypertext search engine |