aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Prima
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-12-09 07:49:55 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-12-09 07:49:55 +0000
commitc1e393d3a9e61bb2b264e4cf934efa7520edba0a (patch)
treec9e9d6971b766769c0981b3d8d285856071fd085 /x11-toolkits/p5-Prima
parent679c52592f922e647000cd523360b2931e356b78 (diff)
downloadports-c1e393d3a9e61bb2b264e4cf934efa7520edba0a.tar.gz
ports-c1e393d3a9e61bb2b264e4cf934efa7520edba0a.zip
- Respect X11BASE
Approved by: portmgr (linimon)
Notes
Notes: svn path=/head/; revision=179256
Diffstat (limited to 'x11-toolkits/p5-Prima')
-rw-r--r--x11-toolkits/p5-Prima/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Prima/Makefile b/x11-toolkits/p5-Prima/Makefile
index 9ea0e028843b..9cbaad696c67 100644
--- a/x11-toolkits/p5-Prima/Makefile
+++ b/x11-toolkits/p5-Prima/Makefile
@@ -28,6 +28,10 @@ USE_XPM= 1
USE_XLIB= 1
USE_PERL5= yes
+post-patch:
+ @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' \
+ ${WRKSRC}/Makefile.PL
+
post-configure:
@cd ${CONFIGURE_WRKSRC} && ${PERL5} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}