diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2006-01-21 18:55:31 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2006-01-21 18:55:31 +0000 |
commit | 97e24935c1acd8ef36c2b00100116e427ad3e4bf (patch) | |
tree | 3ec1f8f7fc9401f1766b63dabeb17b04e39c64c9 /x11-wm/afterstep-i18n | |
parent | 627b13b9fb97420506f6646d7a236c73bef052be (diff) | |
download | ports-97e24935c1acd8ef36c2b00100116e427ad3e4bf.tar.gz ports-97e24935c1acd8ef36c2b00100116e427ad3e4bf.zip |
Notes
Diffstat (limited to 'x11-wm/afterstep-i18n')
-rw-r--r-- | x11-wm/afterstep-i18n/Makefile | 10 | ||||
-rw-r--r-- | x11-wm/afterstep-i18n/pkg-plist | 2 |
2 files changed, 2 insertions, 10 deletions
diff --git a/x11-wm/afterstep-i18n/Makefile b/x11-wm/afterstep-i18n/Makefile index ca019d518f41..e54224ff2fc6 100644 --- a/x11-wm/afterstep-i18n/Makefile +++ b/x11-wm/afterstep-i18n/Makefile @@ -82,12 +82,4 @@ post-install: .endfor .endif -.include <bsd.port.pre.mk> - -.if ${X_WINDOW_SYSTEM:L} == xfree86-4 -PLIST_SUB+= NEWMTREE="" -.else -PLIST_SUB+= NEWMTREE="@comment " -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-wm/afterstep-i18n/pkg-plist b/x11-wm/afterstep-i18n/pkg-plist index 4886fe60fb1e..9bcdadd227c6 100644 --- a/x11-wm/afterstep-i18n/pkg-plist +++ b/x11-wm/afterstep-i18n/pkg-plist @@ -66,4 +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 +@unexec rmdir %D/include/X11/pixmaps 2>/dev/null || true |