diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 08:54:11 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 08:54:11 +0000 |
commit | cda8f4c4a08430cbc1b28774a3c5914e56484997 (patch) | |
tree | fb83cabe1bb3de2941e77d8c32f5579aa9efff06 /archivers | |
parent | 8624c912c228551331fafa4e1f7e6877484dbbe3 (diff) | |
download | ports-cda8f4c4a08430cbc1b28774a3c5914e56484997.tar.gz ports-cda8f4c4a08430cbc1b28774a3c5914e56484997.zip |
Remove unnecessary LANGPREFIX and DISTNAME thanks to PKGNAMEPREFIX.
Notes
Notes:
svn path=/head/; revision=27482
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/deepforest/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/deepforest/Makefile b/archivers/deepforest/Makefile index cb5ca971276a..f0be23131bb1 100644 --- a/archivers/deepforest/Makefile +++ b/archivers/deepforest/Makefile @@ -5,11 +5,10 @@ # $FreeBSD$ # -PORTNAME= ${LANGPREFIX}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 @@ -29,7 +28,6 @@ TKSTEPVERSION= 8.0 PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps LANGUAGE?= .if (${LANGUAGE} == "Japanese") -LANGPREFIX= ja- CATEGORY_LIST= archivers windowmaker tkstep80 japanese RUN_DEP_LIST= ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/japanese/libimg \ ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80 |