summaryrefslogtreecommitdiff
path: root/net/dhcping
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-14 03:31:38 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-14 03:31:38 +0000
commit0c1401994bac1c38e88cb7983f3186903443169d (patch)
treefc9e5bb1adedb000cca945bc5c6862b31499de93 /net/dhcping
parentBump portrevision by maintainer's request. (diff)
Fix typo.
Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Notes
Notes: svn path=/head/; revision=39811
Diffstat (limited to 'net/dhcping')
-rw-r--r--net/dhcping/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dhcping/Makefile b/net/dhcping/Makefile
index 8ba7e1821581..cadaf5f8244e 100644
--- a/net/dhcping/Makefile
+++ b/net/dhcping/Makefile
@@ -17,6 +17,6 @@ MAN8= dhcping.8
pre-build:
${PERL} -pi.orig -e "s@gcc@${CC}@g; \
s@-Wall -g@-Wall ${CFLAGS}@g; \
- s@/usr/local/@${PREFIX}@g" ${WRKSRC}/Makefile
+ s@/usr/local@${PREFIX}@g" ${WRKSRC}/Makefile
.include <bsd.port.mk>