diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-12-28 18:24:06 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-12-28 18:24:06 +0000 |
commit | e6fa0c6df53f62ca7a48ed8ec301cc7918313cc5 (patch) | |
tree | 7e6588c6388bab876c0669480d668b371a039b89 /x11-toolkits | |
parent | 7bb7b6ea8803d43c716e5bccddd3cb10e2bc1df5 (diff) | |
download | ports-e6fa0c6df53f62ca7a48ed8ec301cc7918313cc5.tar.gz ports-e6fa0c6df53f62ca7a48ed8ec301cc7918313cc5.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xview/Makefile | 6 |
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} |