aboutsummaryrefslogtreecommitdiff
path: root/x11/xapp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xapp/Makefile')
-rw-r--r--x11/xapp/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/xapp/Makefile b/x11/xapp/Makefile
index e0c3b57618a5..b0a81033e525 100644
--- a/x11/xapp/Makefile
+++ b/x11/xapp/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xapp
DISTVERSION= 2.8.9
+PORTREVISION= 1
CATEGORIES= x11 gnome
DIST_SUBDIR= gnome
@@ -53,4 +54,8 @@ VAPI_IMPLIES= INTROSPECTION
XFCE_DESC= Install xfce specific items
XFCE_MESON_TRUE= xfce
+post-patch:
+ ${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|g' \
+ ${WRKSRC}/scripts/upload-system-info
+
.include <bsd.port.mk>