summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-12-19 16:12:27 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-12-19 16:12:27 +0000
commitc70d667edd413e34343b807806e2fdd959acc408 (patch)
treedd039e850e76a78b4adbddddae9f4442e07932ac /dns
parentUpdate Grip to 3.0.3 and fix plist. (diff)
Fix typo left in previous revision
Notes
Notes: svn path=/head/; revision=71727
Diffstat (limited to 'dns')
-rw-r--r--dns/ipcheck/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/ipcheck/Makefile b/dns/ipcheck/Makefile
index 43f050f6695e..f3355e447244 100644
--- a/dns/ipcheck/Makefile
+++ b/dns/ipcheck/Makefile
@@ -36,6 +36,6 @@ do-patch:
${WRKDIR}/ipcheck.py
do-install:
- @${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}.py
+ @${INSTALL_SCRIPT} ${WRKDIR}/ipcheck.py ${PREFIX}/bin/
.include <bsd.port.mk>