diff options
author | knu <knu@FreeBSD.org> | 2000-04-13 20:39:30 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-13 20:39:30 +0800 |
commit | b229a905a77ef8715ed7ab00bd4d12eeaf6f4745 (patch) | |
tree | 6df36aa2aa60296c60ac3beaf5bd4eb60c9c416b /editors/muggy | |
parent | bc52a3dc76b9a91f78baf1f669ee879c44e3bb6b (diff) | |
download | freebsd-ports-gnome-b229a905a77ef8715ed7ab00bd4d12eeaf6f4745.tar.gz freebsd-ports-gnome-b229a905a77ef8715ed7ab00bd4d12eeaf6f4745.tar.zst freebsd-ports-gnome-b229a905a77ef8715ed7ab00bd4d12eeaf6f4745.zip |
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)
Diffstat (limited to 'editors/muggy')
-rw-r--r-- | editors/muggy/Makefile | 12 |
1 files changed, 5 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 |