mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Respect ${PREFIX}.
Approved by: nik (maintainer)
This commit is contained in:
parent
b3462d152b
commit
c7bbb4589e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61238
@ -24,6 +24,6 @@ post-extract:
|
||||
@${PERL} -pi -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC}; ${MAKE} BINDIR=${LOCALBASE}/bin SHAREDIR=${LOCALBASE} install
|
||||
@cd ${WRKSRC}; ${MAKE} BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} install
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user