Fix PREFIX issues I found in net/dhcpdump port as well.

This commit is contained in:
Will Andrews 2001-03-14 02:19:04 +00:00
parent 8e72b58f85
commit e39653bf22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39808

View File

@ -16,6 +16,7 @@ MAN8= dhcping.8
pre-build:
${PERL} -pi.orig -e "s@gcc@${CC}@g; \
s@-Wall -g@-Wall ${CFLAGS}@g" ${WRKSRC}/Makefile
s@-Wall -g@-Wall ${CFLAGS}@g; \
s@/usr/local/@${PREFIX}@g" ${WRKSRC}/Makefile
.include <bsd.port.mk>