diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-14 03:31:38 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-14 03:31:38 +0000 |
commit | 0c1401994bac1c38e88cb7983f3186903443169d (patch) | |
tree | fc9e5bb1adedb000cca945bc5c6862b31499de93 /net | |
parent | Bump 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')
-rw-r--r-- | net/dhcping/Makefile | 2 |
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> |