summaryrefslogtreecommitdiff
path: root/x11-wm/xfce/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-12 02:01:59 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-12 02:01:59 +0000
commita481f4c27ce608cf497c1ee84cd4af0a92cb062e (patch)
tree9979d2127c26b319e5761ead114f34571e71e7c7 /x11-wm/xfce/Makefile
parentUpdate port: games/gtetrinet to 0.5.1 (diff)
Update port: x11-wm/xfce
- Rearrange pre-patch/post-patch target PR: ports/46950 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=72946
Diffstat (limited to 'x11-wm/xfce/Makefile')
-rw-r--r--x11-wm/xfce/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile
index 6d2f2222e927..387b2890bf67 100644
--- a/x11-wm/xfce/Makefile
+++ b/x11-wm/xfce/Makefile
@@ -57,17 +57,11 @@ pre-everything::
@${ECHO_MSG}
.endif
-pre-patch:
- @${REINPLACE_CMD} -e 's|=aclocal|=${TRUE}|g ; \
- s|=autoconf|=${TRUE}|g ; \
- s|=automake|=${TRUE}|g ; \
- s|=autoheader|=${TRUE}|g' ${WRKSRC}/configure
+post-patch:
@${REINPLACE_CMD} -e 's|xfplay|internal|g' ${WRKSRC}/other/xfsoundrc.in
+ @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/other/xinitrc.in
@${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG:T}|g' ${WRKSRC}/xfce/setup.c
@${REINPLACE_CMD} -e 's|/opt/kde3|${LOCALBASE}|g ; \
s|/opt/gnome|${X11BASE}|g' ${WRKSRC}/xfmenu/xfmenu.c
-post-patch:
- @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/other/xinitrc.in
-
.include <bsd.port.post.mk>