1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Fix LOCALBASE misuse

This commit is contained in:
Dmitry Marakasov 2017-02-05 14:33:06 +00:00
parent dcc1aeb213
commit 97cc16d054
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433413

View File

@ -33,6 +33,6 @@ post-patch:
${WRKSRC}/src/conf.c
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/cdrip.sh ${STAGEDIR}${LOCALBASE}/bin
${INSTALL_SCRIPT} ${FILESDIR}/cdrip.sh ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>