summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-13 12:39:30 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-13 12:39:30 +0000
commitb67e638fb4353bfc6b1da0f5f6610704ff3f5993 (patch)
treed9757f76b247d76021e72fd278b4fe2d75de396d
parentUse PKGNAMESUFFIX. (diff)
Update with PORTNAME/PORTVERSION and get happy with the slave.
Remove LANGPREFIX and just utilize PKGNAMEPREFIX. Fix the wrong CATEGORIES specification. (language specific categories should come first)
Notes
Notes: svn path=/head/; revision=27490
-rw-r--r--editors/muggy/Makefile12
-rw-r--r--japanese/muggy/Makefile3
2 files changed, 8 insertions, 7 deletions
diff --git a/editors/muggy/Makefile b/editors/muggy/Makefile
index 92f504b6fac0..957a63c764bd 100644
--- a/editors/muggy/Makefile
+++ b/editors/muggy/Makefile
@@ -1,15 +1,16 @@
# New ports collection makefile for: Muggy
-# Version required: 1.2b
# Date created: 25 March 1999
# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= Muggy-1.2b
-PKGNAME= ${LANGPREFIX}muggy-1.2b
-CATEGORIES= ${CATEGORY_LIST}
+PORTNAME= muggy
+PORTVERSION= 1.2b
+CATEGORIES+= editors windowmaker tkstep80
+
MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/
+DISTNAME= Muggy-${PORTVERSION}
MAINTAINER= kiri@pis.toba-cmt.ac.jp
@@ -29,12 +30,9 @@ TKSTEPVERSION= 8.0
PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps
LANGUAGE?=
.if (${LANGUAGE} == "Japanese")
-LANGPREFIX= ja-
-CATEGORY_LIST= editors 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
.else
-CATEGORY_LIST= editors windowmaker tkstep80
RUN_DEP_LIST= ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/graphics/libimg \
${LOCALBASE}/share/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80
.endif
diff --git a/japanese/muggy/Makefile b/japanese/muggy/Makefile
index 08973d2692b8..8101400e52a1 100644
--- a/japanese/muggy/Makefile
+++ b/japanese/muggy/Makefile
@@ -6,6 +6,9 @@
#
LANGUAGE= Japanese
+
+CATEGORIES= japanese
+
MASTERDIR= ${.CURDIR}/../../editors/muggy
.include "${MASTERDIR}/Makefile"