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
|
||||
|
||||
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 a new issue