1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- fix build with custom PREFIX

Reported by:	QAT
This commit is contained in:
Dirk Meyer 2009-06-21 13:38:42 +00:00
parent 693bf580c7
commit 8996f89e86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236410

View File

@ -69,6 +69,9 @@ pre-configure:
-e "s=/etc/spamilter.rc=${PREFIX}/etc/spamilter.rc=" \
${WRKSRC}/spamilter.c \
${WRKSRC}/docs/docs.html ${WRKSRC}/docs/docs.txt
${REINPLACE_CMD} \
-e "s=/usr/local/=${PREFIX}/=" \
${WRKSRC}/Makefile.tmpl
xpost-configure:
${REINPLACE_CMD} \