diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-04-30 20:10:53 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-04-30 20:10:53 +0000 |
commit | f3bfa725e786ecbfe3dca14a185614cd9773f1a0 (patch) | |
tree | 37d5be87380e1b80eb072edeb319efde1487fc2e /www | |
parent | 899d2706b71f82953aaf4af9bc2bf4e7cd2f9b2a (diff) | |
download | ports-f3bfa725e786ecbfe3dca14a185614cd9773f1a0.tar.gz ports-f3bfa725e786ecbfe3dca14a185614cd9773f1a0.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mnogosearch/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile index 82c332bbff93..7dfcf8c6bfcc 100644 --- a/www/mnogosearch/Makefile +++ b/www/mnogosearch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mnogosearch -# Date created: 27.01.2001 -# Whom: ache -# +# Created by: ache # $FreeBSD$ -# PORTNAME= mnogosearch PORTVERSION= 3.3.12 @@ -14,6 +10,9 @@ MASTER_SITES= http://www.mnogosearch.org/Download/ \ MAINTAINER= crees@FreeBSD.org COMMENT= Full featured SQL-based hypertext search engine +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + CONFLICTS= dpsearch-[0-9]* udmsearch-[0-9]* mguesser-[0-9]* MAN1= indexer.1 |