mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ post-extract:
|
||||||
@${PERL} -pi -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile
|
@${PERL} -pi -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@cd ${WRKSRC}; ${MAKE} BINDIR=${LOCALBASE}/bin SHAREDIR=${LOCALBASE} install
|
@cd ${WRKSRC}; ${MAKE} BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} install
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue