summaryrefslogtreecommitdiff
path: root/x11-wm/xfce/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-02 15:56:05 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-02 15:56:05 +0000
commit1880e5fd554e121e9338f78b96e3a92338e7d8f1 (patch)
treea80be408d3e00c63d1ff523bdade548d89b29451 /x11-wm/xfce/Makefile
parentUpgrade to 0.99f3 (diff)
move REINPLACE_CMD to a proper position
PR: 45811 Submitted by: Glenn Johnson <glennpj@charter.net>
Notes
Notes: svn path=/head/; revision=72219
Diffstat (limited to 'x11-wm/xfce/Makefile')
-rw-r--r--x11-wm/xfce/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile
index 1a3812910826..6d2f2222e927 100644
--- a/x11-wm/xfce/Makefile
+++ b/x11-wm/xfce/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xfce
PORTVERSION= 3.8.18
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.xfce.org/archive/
@@ -62,9 +63,11 @@ pre-patch:
s|=automake|=${TRUE}|g ; \
s|=autoheader|=${TRUE}|g' ${WRKSRC}/configure
@${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>