From 97905f8a7c8bde78045d3d4e0c7381d732562a8e Mon Sep 17 00:00:00 2001 From: lesi Date: Wed, 15 Jun 2005 02:42:14 +0000 Subject: Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27). --- x11-wm/afterstep-i18n/Makefile | 10 +++++++++- x11-wm/afterstep-i18n/pkg-plist | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'x11-wm/afterstep-i18n') diff --git a/x11-wm/afterstep-i18n/Makefile b/x11-wm/afterstep-i18n/Makefile index 156de704b0e8..c3b97037011b 100644 --- a/x11-wm/afterstep-i18n/Makefile +++ b/x11-wm/afterstep-i18n/Makefile @@ -83,4 +83,12 @@ post-install: .endfor .endif -.include +.include + +.if ${X_WINDOW_SYSTEM:L} == xfree86-4 +PLIST_SUB+= NEWMTREE="" +.else +PLIST_SUB+= NEWMTREE="@comment " +.endif + +.include diff --git a/x11-wm/afterstep-i18n/pkg-plist b/x11-wm/afterstep-i18n/pkg-plist index adba01ff20b3..4886fe60fb1e 100644 --- a/x11-wm/afterstep-i18n/pkg-plist +++ b/x11-wm/afterstep-i18n/pkg-plist @@ -66,3 +66,4 @@ share/doc/afterstep/CHANGES.I18N share/doc/afterstep/README.I18N share/doc/afterstep/README.I18N.jis @dirrm share/doc/afterstep +%%NEWMTREE%%@unexec rmdir %D/include/X11/pixmaps 2>/dev/null || true -- cgit