diff options
author | asami <asami@FreeBSD.org> | 2000-04-15 07:11:06 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-15 07:11:06 +0800 |
commit | 4fca20aa755be01a30e11a8faa08e3a838db47bf (patch) | |
tree | b251656c3cf87404e3db08beb52335d28c131d0f /archivers/deepforest | |
parent | 7971aebe77d963512bd22ea14f33ddd41767be73 (diff) | |
download | freebsd-ports-gnome-4fca20aa755be01a30e11a8faa08e3a838db47bf.tar.gz freebsd-ports-gnome-4fca20aa755be01a30e11a8faa08e3a838db47bf.tar.zst freebsd-ports-gnome-4fca20aa755be01a30e11a8faa08e3a838db47bf.zip |
Seems somewhere along the line, the lowercase version of the name
was lost....
Diffstat (limited to 'archivers/deepforest')
-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 f0be23131bb1..992bc8569daa 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 |