Bug 87862 - Port german/steak does not honor X11BASE
Summary: Port german/steak does not honor X11BASE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-23 08:00 UTC by Heiner
Modified: 2005-10-23 08:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heiner 2005-10-23 08:00:22 UTC
The attached patch should fix it

Fix: --Boundary-00=_SMzWDIUYG10tObe
Content-Type: text/x-diff;
  charset="iso-8859-6";
  name="diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="diff"



--Boundary-00=_SMzWDIUYG10tObe----yLJ3SKROAS1LulQVJjMUXpp30bacQk3OKqxZzFLHyFRLYX0v
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- ../../german/steak/Makefile	Wed Feb  4 06:20:48 2004
+++ Makefile	Sat Oct 22 13:56:21 2005
@@ -39,6 +39,7 @@
 	${REINPLACE_CMD} -e "s,\$$HOME/bin/Steak/Datensatz,${PREFIX}/share/steak/Datensatz,; \
 			s,BINDIR=\$$HOME/bin/Steak,BINDIR=${DATADIR},; \
 			s,$$BINDIR/help.txt,${DATADIR}/help.txt,g" ${WRKSRC}/woerterbuch
+	${REINPLACE_CMD} -e "s,/usr/X11R6/,${X11BASE}/,g" ${WRKSRC}/Printbuffer/Makefile
 
 do-install:
 .if !defined(WITHOUT_XSTEAK)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-10-23 08:05:43 UTC
State Changed
From-To: open->closed

Committed, thanks!