summaryrefslogtreecommitdiffstats
path: root/x11-wm/xfce4
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-01-02 15:56:05 +0000
committerijliao <ijliao@FreeBSD.org>2003-01-02 15:56:05 +0000
commit9e4c3324ca98edd61b541785868a91c7f278e613 (patch)
treea27329f9a0016f557acd21b8e9c0888d4e36bcde /x11-wm/xfce4
parent2de937c0db209c6b57c93064db7844375499e856 (diff)
downloadFreeBSD-ports-9e4c3324ca98edd61b541785868a91c7f278e613.zip
FreeBSD-ports-9e4c3324ca98edd61b541785868a91c7f278e613.tar.gz
move REINPLACE_CMD to a proper position
PR: 45811 Submitted by: Glenn Johnson <glennpj@charter.net>
Diffstat (limited to 'x11-wm/xfce4')
-rw-r--r--x11-wm/xfce4/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile
index 1a38129..6d2f222 100644
--- a/x11-wm/xfce4/Makefile
+++ b/x11-wm/xfce4/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>
OpenPOWER on IntegriCloud