diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-17 07:12:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-17 07:12:24 +0000 |
commit | 8817327441ce4cefbb27434a951b8d42dae85761 (patch) | |
tree | 5ab5838b9873f7852cf75179c8dff0daeb14f084 /x11/accessx | |
parent | fb16006cf634b865efeb53743fb2910a89a340e7 (diff) | |
download | ports-8817327441ce4cefbb27434a951b8d42dae85761.tar.gz ports-8817327441ce4cefbb27434a951b8d42dae85761.zip |
Notes
Diffstat (limited to 'x11/accessx')
-rw-r--r-- | x11/accessx/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/accessx/Makefile b/x11/accessx/Makefile index 52b8a1211a66..4f48d50a0851 100644 --- a/x11/accessx/Makefile +++ b/x11/accessx/Makefile @@ -20,8 +20,11 @@ WRKSRC= ${WRKDIR}/accessx USE_REINPLACE= yes USE_X_PREFIX= yes -pre-build: - ${REINPLACE_CMD} -e "s@g\+\+@${CXX} ${CXXFLAGS} -I${X11BASE}/include@g" ${WRKSRC}/Makefile +post-patch: + ${REINPLACE_CMD} \ + -e "s@/usr/local@${PREFIX}@" \ + -e "s@g\+\+@${CXX} ${CXXFLAGS} -I${X11BASE}/include@g" \ + ${WRKSRC}/Makefile ${REINPLACE_CMD} -e "s@wish -f@wish8.2 -f@g" ${WRKSRC}/accessx post-install: |