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/bricons | |
parent | 627b13b9fb97420506f6646d7a236c73bef052be (diff) | |
download | ports-97e24935c1acd8ef36c2b00100116e427ad3e4bf.tar.gz ports-97e24935c1acd8ef36c2b00100116e427ad3e4bf.zip |
Notes
Diffstat (limited to 'x11/bricons')
-rw-r--r-- | x11/bricons/Makefile | 6 | ||||
-rw-r--r-- | x11/bricons/pkg-plist | 4 |
2 files changed, 2 insertions, 8 deletions
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 |