diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-07-18 11:52:13 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-07-18 11:52:13 +0000 |
commit | fd07efbaeefc2d3b8bae6ffa1deaf2ff766a8f68 (patch) | |
tree | 6406e5bbadd4dc424c44777f2b0aac5320974c65 /net/zebra | |
parent | aa11dde4cd9767b363fab72316fd294c460994bf (diff) | |
download | ports-fd07efbaeefc2d3b8bae6ffa1deaf2ff766a8f68.tar.gz ports-fd07efbaeefc2d3b8bae6ffa1deaf2ff766a8f68.zip |
Notes
Diffstat (limited to 'net/zebra')
-rw-r--r-- | net/zebra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index ec55c5b63548..78c1a8dcdc41 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -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> |