diff options
author | crees <crees@FreeBSD.org> | 2013-05-01 04:10:53 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-05-01 04:10:53 +0800 |
commit | 4c1d50c650556222641948d2d03c12df55c0a165 (patch) | |
tree | 37d5be87380e1b80eb072edeb319efde1487fc2e /www | |
parent | 48f29aca6c7da8e255fe5d98c77b86db8860138f (diff) | |
download | freebsd-ports-gnome-4c1d50c650556222641948d2d03c12df55c0a165.tar.gz freebsd-ports-gnome-4c1d50c650556222641948d2d03c12df55c0a165.tar.zst freebsd-ports-gnome-4c1d50c650556222641948d2d03c12df55c0a165.zip |
Add licence info to some ports
Submitted by: 4721
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 |