aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorlesi <lesi@FreeBSD.org>2006-01-22 02:55:31 +0800
committerlesi <lesi@FreeBSD.org>2006-01-22 02:55:31 +0800
commit5e842b27251f782e7263a417799b990314ea0147 (patch)
treeacac0be49b69da77e5024e5bdd004ec60f1b82d3 /x11
parent1b8c408d9c257ce5287e73ba1966d2e08d6e7c4e (diff)
downloadfreebsd-ports-gnome-5e842b27251f782e7263a417799b990314ea0147.tar.gz
freebsd-ports-gnome-5e842b27251f782e7263a417799b990314ea0147.tar.zst
freebsd-ports-gnome-5e842b27251f782e7263a417799b990314ea0147.zip
Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86-aoutlibs/Makefile6
-rw-r--r--x11/XFree86-aoutlibs/pkg-plist2
-rw-r--r--x11/bricons/Makefile6
-rw-r--r--x11/bricons/pkg-plist4
4 files changed, 3 insertions, 15 deletions
diff --git a/x11/XFree86-aoutlibs/Makefile b/x11/XFree86-aoutlibs/Makefile
index 56091cc2516b..fd5cf182a39c 100644
--- a/x11/XFree86-aoutlibs/Makefile
+++ b/x11/XFree86-aoutlibs/Makefile
@@ -22,12 +22,6 @@ USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
-.if ${X_WINDOW_SYSTEM:L} == xfree86-4
-PLIST_SUB+= NEWMTREE=""
-.else
-PLIST_SUB+= NEWMTREE="@comment "
-.endif
-
.if ${OSVERSION} >= 500113
STRIP=
.endif
diff --git a/x11/XFree86-aoutlibs/pkg-plist b/x11/XFree86-aoutlibs/pkg-plist
index 1155af5fce6f..ad3bc6a4c9df 100644
--- a/x11/XFree86-aoutlibs/pkg-plist
+++ b/x11/XFree86-aoutlibs/pkg-plist
@@ -14,4 +14,4 @@ lib/aout/libXtst.so.6.1
lib/aout/liboldX.so.6.0
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
-%%NEWMTREE%%@dirrm lib/aout
+@dirrm lib/aout
diff --git a/x11/bricons/Makefile b/x11/bricons/Makefile
index 37ff1a0f46bd..5346068baa55 100644
--- a/x11/bricons/Makefile
+++ b/x11/bricons/Makefile
@@ -22,12 +22,6 @@ MAN1= bricons.1
.include <bsd.port.pre.mk>
-.if ${X_WINDOW_SYSTEM:L} == xfree86-4
-PLIST_SUB+= NEWMTREE=""
-.else
-PLIST_SUB+= NEWMTREE="@comment "
-.endif
-
post-patch:
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Xbricons
diff --git a/x11/bricons/pkg-plist b/x11/bricons/pkg-plist
index 0c488ffd2d83..239f1a11077f 100644
--- a/x11/bricons/pkg-plist
+++ b/x11/bricons/pkg-plist
@@ -8,5 +8,5 @@ include/X11/pixmaps/clock.xpm
include/X11/pixmaps/editor.xpm
include/X11/pixmaps/mail.xpm
include/X11/pixmaps/news.xpm
-%%NEWMTREE%%@unexec rmdir %D/include/X11/bitmaps 2>/dev/null || true
-%%NEWMTREE%%@unexec rmdir %D/include/X11/pixmaps 2>/dev/null || true
+@unexec rmdir %D/include/X11/bitmaps 2>/dev/null || true
+@unexec rmdir %D/include/X11/pixmaps 2>/dev/null || true