summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-12-28 18:24:06 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-12-28 18:24:06 +0000
commite6fa0c6df53f62ca7a48ed8ec301cc7918313cc5 (patch)
tree7e6588c6388bab876c0669480d668b371a039b89 /x11-toolkits/xview
parent- Update to 0.17 (diff)
s:/usr/X11R6:${X11BASE}: everywhere.
Submitted by: Pedro Giffuni <giffunip (at) asme.org>
Notes
Notes: svn path=/head/; revision=180917
Diffstat (limited to 'x11-toolkits/xview')
-rw-r--r--x11-toolkits/xview/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile
index 2bb8032c2c42..11dcf0d22b99 100644
--- a/x11-toolkits/xview/Makefile
+++ b/x11-toolkits/xview/Makefile
@@ -28,6 +28,10 @@ MAKE_ENV+= IMAKEINCLUDE=${IMAKEINCLUDE}
ALL_TARGET= World
SUB_FILES= pkg-message
+X11BASE2FIX= clients/olwm/screen.c clients/olwmslave/help_file.c \
+ lib/libxview/help/help_file.c lib/libxview/misc/gettext.h \
+ lib/libxview/textsw/txt_e_menu.c
+
MAN1= xview.1
.include <bsd.port.pre.mk>
@@ -51,6 +55,8 @@ pre-configure:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
's|^#endif.*$$|#endif|;s|^#else.*$$|#else|;\
s|^/\*\*/#*|XCOMM |'
+ ${REINPLACE_CMD} -e 's+/usr/X11R6+${X11BASE}+' \
+ ${X11BASE2FIX:C|^|${WRKSRC}/|}
post-install:
.if !defined{NOPORTDOCS}