1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

- Truely respcect DATADIR

Submitted by:	sat
This commit is contained in:
Li-Wen Hsu 2007-07-26 15:12:55 +00:00
parent 597fa5f86d
commit 6c6334da7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196324

View File

@ -23,5 +23,7 @@ MAN1= splint.1
post-patch:
@${REINPLACE_CMD} -e \
's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/Headers/constants.h
${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
${REINPLACE_CMD} -e '/^pkgdatadir =/s|=.*|=${DATADIR}|'
.include <bsd.port.mk>