1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix typo left in previous revision

This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-12-19 16:12:27 +00:00
parent 66e5b8e811
commit c70d667edd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71727
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>