diff options
author | will <will@FreeBSD.org> | 2001-03-14 10:19:04 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-14 10:19:04 +0800 |
commit | 1cc165860b683a7cc62ce409663b10fc1230248e (patch) | |
tree | 23c3cb14a234d98c3b9dba4cf2632c4a089b14dc /net/dhcping | |
parent | 293f3790f7530305d209925e50d68d42d881f78d (diff) | |
download | freebsd-ports-gnome-1cc165860b683a7cc62ce409663b10fc1230248e.tar.gz freebsd-ports-gnome-1cc165860b683a7cc62ce409663b10fc1230248e.tar.zst freebsd-ports-gnome-1cc165860b683a7cc62ce409663b10fc1230248e.zip |
Fix PREFIX issues I found in net/dhcpdump port as well.
Diffstat (limited to 'net/dhcping')
-rw-r--r-- | net/dhcping/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dhcping/Makefile b/net/dhcping/Makefile index 5d4cb7c088c2..8ba7e1821581 100644 --- a/net/dhcping/Makefile +++ b/net/dhcping/Makefile @@ -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> |