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-fm/workplace | |
parent | 627b13b9fb97420506f6646d7a236c73bef052be (diff) | |
download | ports-97e24935c1acd8ef36c2b00100116e427ad3e4bf.tar.gz ports-97e24935c1acd8ef36c2b00100116e427ad3e4bf.zip |
Notes
Diffstat (limited to 'x11-fm/workplace')
-rw-r--r-- | x11-fm/workplace/Makefile | 10 | ||||
-rw-r--r-- | x11-fm/workplace/pkg-plist | 2 |
2 files changed, 2 insertions, 10 deletions
diff --git a/x11-fm/workplace/Makefile b/x11-fm/workplace/Makefile index da9f494d99bc..a78b98549cd0 100644 --- a/x11-fm/workplace/Makefile +++ b/x11-fm/workplace/Makefile @@ -42,12 +42,4 @@ do-install: @ ${MKDIR} ${PREFIX}/share/examples/workplace @ ${INSTALL_DATA} ${WRKSRC}/example/* ${PREFIX}/share/examples/workplace -.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-fm/workplace/pkg-plist b/x11-fm/workplace/pkg-plist index 6531e4513566..befc7fd2f6fd 100644 --- a/x11-fm/workplace/pkg-plist +++ b/x11-fm/workplace/pkg-plist @@ -69,4 +69,4 @@ share/examples/workplace/WPPref share/examples/workplace/WPSuffix @dirrm share/doc/workplace @dirrm share/examples/workplace -%%NEWMTREE%%@unexec rmdir %D/include/X11/pixmaps 2>/dev/null || true +@unexec rmdir %D/include/X11/pixmaps 2>/dev/null || true |