aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2006-01-21 18:55:31 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2006-01-21 18:55:31 +0000
commit97e24935c1acd8ef36c2b00100116e427ad3e4bf (patch)
tree3ec1f8f7fc9401f1766b63dabeb17b04e39c64c9 /x11
parent627b13b9fb97420506f6646d7a236c73bef052be (diff)
downloadports-97e24935c1acd8ef36c2b00100116e427ad3e4bf.tar.gz
ports-97e24935c1acd8ef36c2b00100116e427ad3e4bf.zip
Notes
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