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 | |
parent | 627b13b9fb97420506f6646d7a236c73bef052be (diff) | |
download | ports-97e24935c1acd8ef36c2b00100116e427ad3e4bf.tar.gz ports-97e24935c1acd8ef36c2b00100116e427ad3e4bf.zip |
Notes
Diffstat (limited to 'x11-wm/afterstep')
-rw-r--r-- | x11-wm/afterstep/Makefile | 10 | ||||
-rw-r--r-- | x11-wm/afterstep/pkg-plist | 2 |
2 files changed, 2 insertions, 10 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index 2f51518e972b..dd21e86dba9a 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -71,12 +71,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/lib/X11/afterstep/doc/; \ done -.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/pkg-plist b/x11-wm/afterstep/pkg-plist index 5e8e3f18ed44..6ccad541f2ba 100644 --- a/x11-wm/afterstep/pkg-plist +++ b/x11-wm/afterstep/pkg-plist @@ -59,4 +59,4 @@ lib/X11/afterstep/system.steprc @dirrm lib/X11/afterstep/doc @dirrm lib/X11/afterstep/sounds @dirrm lib/X11/afterstep -%%NEWMTREE%%@unexec rmdir %D/include/X11/pixmaps 2>/dev/null || true +@unexec rmdir %D/include/X11/pixmaps 2>/dev/null || true |