remove typo, seems to be I'm a victim of the heat wave ;-)

This commit is contained in:
Andreas Klemm 1999-07-18 11:52:13 +00:00
parent aa11dde4cd
commit fd07efbaee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20264
3 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
# Date created: So 31 Mai 1998 11:00:30 CEST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.17 1999/07/18 11:42:26 andreas Exp $
# $Id: Makefile,v 1.18 1999/07/18 11:46:32 andreas Exp $
#
DISTNAME= zebra-0.73
@ -22,7 +22,7 @@ post-install:
@${SED} -e "s=!!PREFIX!!=${PREFIX}=" \
< ${FILESDIR}/zebra.sh \
> ${PREFIX}/etc/rc.d/zebra.sh
@chmod 555 > ${PREFIX}/etc/rc.d/zebra.sh
@chmod 555 ${PREFIX}/etc/rc.d/zebra.sh
@${ECHO} "===> done."
.include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: So 31 Mai 1998 11:00:30 CEST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.17 1999/07/18 11:42:26 andreas Exp $
# $Id: Makefile,v 1.18 1999/07/18 11:46:32 andreas Exp $
#
DISTNAME= zebra-0.73
@ -22,7 +22,7 @@ post-install:
@${SED} -e "s=!!PREFIX!!=${PREFIX}=" \
< ${FILESDIR}/zebra.sh \
> ${PREFIX}/etc/rc.d/zebra.sh
@chmod 555 > ${PREFIX}/etc/rc.d/zebra.sh
@chmod 555 ${PREFIX}/etc/rc.d/zebra.sh
@${ECHO} "===> done."
.include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: So 31 Mai 1998 11:00:30 CEST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.17 1999/07/18 11:42:26 andreas Exp $
# $Id: Makefile,v 1.18 1999/07/18 11:46:32 andreas Exp $
#
DISTNAME= zebra-0.73
@ -22,7 +22,7 @@ post-install:
@${SED} -e "s=!!PREFIX!!=${PREFIX}=" \
< ${FILESDIR}/zebra.sh \
> ${PREFIX}/etc/rc.d/zebra.sh
@chmod 555 > ${PREFIX}/etc/rc.d/zebra.sh
@chmod 555 ${PREFIX}/etc/rc.d/zebra.sh
@${ECHO} "===> done."
.include <bsd.port.mk>