diff options
author | knu <knu@FreeBSD.org> | 2000-04-13 16:54:11 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-13 16:54:11 +0800 |
commit | 903eade366b5128d8d04758fe83e616a764c9b79 (patch) | |
tree | 96be55d0f36aefcb006a4197bca7e0535888a5f8 /archivers/deepforest | |
parent | ec5553d13b848b829988944388346de10dde9616 (diff) | |
download | freebsd-ports-gnome-903eade366b5128d8d04758fe83e616a764c9b79.tar.gz freebsd-ports-gnome-903eade366b5128d8d04758fe83e616a764c9b79.tar.zst freebsd-ports-gnome-903eade366b5128d8d04758fe83e616a764c9b79.zip |
Remove unnecessary LANGPREFIX and DISTNAME thanks to PKGNAMEPREFIX.
Diffstat (limited to 'archivers/deepforest')
-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 |