diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
commit | 59df8af48ea44d533d5de8118602cc174bda92da (patch) | |
tree | 099d3028bb9a8d6c138c5cf52f3b004582a91035 /archivers/deepforest/Makefile | |
parent | update with the new PORTNAME/PORTVERSION variables (diff) |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to '')
-rw-r--r-- | archivers/deepforest/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/deepforest/Makefile b/archivers/deepforest/Makefile index c8b662e66c4e..cb5ca971276a 100644 --- a/archivers/deepforest/Makefile +++ b/archivers/deepforest/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: JDE's DeepForest -# Version required: 1.0a # Date created: 25 March 1999 # Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> # # $FreeBSD$ # -DISTNAME= DeepForest-1.0a -PKGNAME= ${LANGPREFIX}deepforest-1.0a +PORTNAME= ${LANGPREFIX}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 |