aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-01-12 10:01:59 +0800
committeredwin <edwin@FreeBSD.org>2003-01-12 10:01:59 +0800
commitb8cd342adb6af11db84d106feb6eee7d4c034b16 (patch)
tree83cec870b0e63a9be12ec9760adda31283ea3413 /x11-wm
parentdb291ab6a2e7b311b3c47957017f5c8473f79121 (diff)
downloadfreebsd-ports-gnome-b8cd342adb6af11db84d106feb6eee7d4c034b16.tar.gz
freebsd-ports-gnome-b8cd342adb6af11db84d106feb6eee7d4c034b16.tar.zst
freebsd-ports-gnome-b8cd342adb6af11db84d106feb6eee7d4c034b16.zip
Update port: x11-wm/xfce
- Rearrange pre-patch/post-patch target PR: ports/46950 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/xfce/Makefile10
-rw-r--r--x11-wm/xfce4/Makefile10
2 files changed, 4 insertions, 16 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>
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile
index 6d2f2222e927..387b2890bf67 100644
--- a/x11-wm/xfce4/Makefile
+++ b/x11-wm/xfce4/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>