Bug 87862

Summary: Port german/steak does not honor X11BASE
Product: Ports & Packages Reporter: Heiner <h.eichmann>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

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!