diff options
author | ache <ache@FreeBSD.org> | 2005-05-16 02:41:23 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2005-05-16 02:41:23 +0800 |
commit | cef4a1ed3c4a087893e333c36e7f2f4a5bd8cdfd (patch) | |
tree | 848ae84f27aeb04597798b06729f9e387050e820 | |
parent | da7d8cdade18ac34b813660d2b88af5bdae9fb9c (diff) | |
download | freebsd-ports-gnome-cef4a1ed3c4a087893e333c36e7f2f4a5bd8cdfd.tar.gz freebsd-ports-gnome-cef4a1ed3c4a087893e333c36e7f2f4a5bd8cdfd.tar.zst freebsd-ports-gnome-cef4a1ed3c4a087893e333c36e7f2f4a5bd8cdfd.zip |
Change PORTNAME & DISTNAME to reflect repocopy name
-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 |