diff options
Diffstat (limited to 'net/arla/Makefile')
-rw-r--r-- | net/arla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index 4d013a7e167..421afde4eca 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/10/18 16:32:57 wennmach Exp $ +# $NetBSD: Makefile,v 1.11 2001/01/26 05:21:45 hubertf Exp $ # DISTNAME= arla-0.34.5 @@ -121,7 +121,7 @@ post-install: @${INSTALL} -c -o root -g wheel -m 444 \ ${FILESDIR}/fstab ${PREFIX}/share/examples/arla @${SED} -e 's|@PREFIX@|${PREFIX}|' ${FILESDIR}/arlad.sh \ - > ${PREFIX}/etc/rc.d/arlad.sh + > ${PREFIX}/etc/rc.d/arlad @${ECHO} " " .include "../../mk/bsd.pkg.mk" |