diff options
author | vs <vs@FreeBSD.org> | 2005-04-14 16:26:29 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-14 16:26:29 +0800 |
commit | 3aaa98df9d4a8b4ed8eded43a9f85ccfccf75a94 (patch) | |
tree | 8bb68e6aa4dc2945e238064e853a13970dc5a7d6 /editors/muggy | |
parent | 35327333ae2838908de279b26d66c43ce40fad7b (diff) | |
download | freebsd-ports-gnome-3aaa98df9d4a8b4ed8eded43a9f85ccfccf75a94.tar.gz freebsd-ports-gnome-3aaa98df9d4a8b4ed8eded43a9f85ccfccf75a94.tar.zst freebsd-ports-gnome-3aaa98df9d4a8b4ed8eded43a9f85ccfccf75a94.zip |
- Unbreak: Fix plist
- Register CONFLICTS
Diffstat (limited to 'editors/muggy')
-rw-r--r-- | editors/muggy/Makefile | 5 | ||||
-rw-r--r-- | editors/muggy/pkg-plist | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/editors/muggy/Makefile b/editors/muggy/Makefile index 9c2fcf54a0ab..4f6095b632ee 100644 --- a/editors/muggy/Makefile +++ b/editors/muggy/Makefile @@ -20,7 +20,7 @@ COMMENT= A simple text editor for the X on TkStep RUN_DEPENDS= ${RUN_DEP_LIST} LIB_DEPENDS= ${LIB_DEP_LIST} -BROKEN= Incomplete pkg-plist +CONFLICTS?= ja-muggy-[0-9]* NO_WRKSUBDIR= yes NO_BUILD= yes @@ -31,9 +31,6 @@ SCRIPTS_ENV= LANG=C LN=${LN} REINPLACE_CMD="${REINPLACE_CMD}" \ LANGUAGE=${LANGUAGE} VERSION=${TKSTEPVERSION} PLIST_SUB= PIXMAP_PATH=${PIXMAPPATH:S@^${PREFIX}/@@} -# This port is for both editors/muggy and japanese/muggy. -# But editors/muggy and japanese/muggy are mutually exclusive and -# SHOULD NOT BE INSTALLED SIMULTANEOUSLY! TKSTEPVERSION= 8.0 PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps LANGUAGE?= diff --git a/editors/muggy/pkg-plist b/editors/muggy/pkg-plist index 16642dadebef..df04fb7dcc08 100644 --- a/editors/muggy/pkg-plist +++ b/editors/muggy/pkg-plist @@ -24,6 +24,8 @@ JDE/Muggy/modules/Undo.m/new.tcl JDE/Muggy/modules/Undo.m/textundo.tcl bin/Muggy.app %%PIXMAP_PATH%%/Muggy.xpm +@dirrm %%PIXMAP_PATH%% +@dirrm share/WindowMaker @dirrm JDE/Muggy/bin @dirrm JDE/Muggy/contrib @dirrm JDE/Muggy/defaults |