diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 23:11:06 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 23:11:06 +0000 |
commit | 4fca20aa755be01a30e11a8faa08e3a838db47bf (patch) | |
tree | b251656c3cf87404e3db08beb52335d28c131d0f /archivers/deepforest/Makefile | |
parent | 7971aebe77d963512bd22ea14f33ddd41767be73 (diff) | |
download | FreeBSD-ports-4fca20aa755be01a30e11a8faa08e3a838db47bf.zip FreeBSD-ports-4fca20aa755be01a30e11a8faa08e3a838db47bf.tar.gz |
Seems somewhere along the line, the lowercase version of the name
was lost....
Diffstat (limited to 'archivers/deepforest/Makefile')
-rw-r--r-- | archivers/deepforest/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/deepforest/Makefile b/archivers/deepforest/Makefile index f0be231..992bc85 100644 --- a/archivers/deepforest/Makefile +++ b/archivers/deepforest/Makefile @@ -5,10 +5,11 @@ # $FreeBSD$ # -PORTNAME= DeepForest +PORTNAME= deepforest PORTVERSION= 1.0a CATEGORIES= ${CATEGORY_LIST} MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ +DISTNAME= DeepForest-${PORTVERSION} MAINTAINER= kiri@pis.toba-cmt.ac.jp |