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/fvwm/Makefile | |
parent | 627b13b9fb97420506f6646d7a236c73bef052be (diff) | |
download | ports-97e24935c1acd8ef36c2b00100116e427ad3e4bf.tar.gz ports-97e24935c1acd8ef36c2b00100116e427ad3e4bf.zip |
Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.
Notes
Notes:
svn path=/head/; revision=154074
Diffstat (limited to 'x11-wm/fvwm/Makefile')
-rw-r--r-- | x11-wm/fvwm/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile index 746605a1d08a..55d3cc788f35 100644 --- a/x11-wm/fvwm/Makefile +++ b/x11-wm/fvwm/Makefile @@ -37,12 +37,4 @@ post-install: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ ${WRKSRC}/fvwm_icons/*.xpm ${PREFIX}/include/X11/pixmaps -.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> |