diff options
author | skrll <skrll@pkgsrc.org> | 2003-03-10 13:55:59 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2003-03-10 13:55:59 +0000 |
commit | e9f77c8f241e110e8fd45c84bf0d776a61ada07f (patch) | |
tree | 020ff9a8676cbb18ccd1f0c7741e5d30e5e22f66 /lang/wonka | |
parent | a72a201aea32f9bdc7aa2961fa46ef9be6da791e (diff) | |
download | pkgsrc-e9f77c8f241e110e8fd45c84bf0d776a61ada07f.tar.gz |
Silence a few things.
Diffstat (limited to 'lang/wonka')
-rw-r--r-- | lang/wonka/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/wonka/Makefile b/lang/wonka/Makefile index 9597d90883d..43529572e35 100644 --- a/lang/wonka/Makefile +++ b/lang/wonka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/03/10 13:07:25 skrll Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/10 13:55:59 skrll Exp $ # DISTNAME= wonka-src-0.9.5-release @@ -41,13 +41,13 @@ SEDFILES= \ ${WRKSRC}/Configuration/cpu/x86 post-extract: - ${MKDIR} -p ${WRKSRC}/class/doclet/com/acunia/doclet - ${SED} -e "s|@PREFIX@|${PREFIX}|g" \ + @${MKDIR} -p ${WRKSRC}/class/doclet/com/acunia/doclet + @${SED} -e "s|@PREFIX@|${PREFIX}|g" \ ${FILESDIR}/pkgsrc \ > ${WRKSRC}/Configuration/wonka/pkgsrc post-patch: - for file in ${SEDFILES}; do \ + @for file in ${SEDFILES}; do \ ${SED} -e "s|@PREFIX@|${PREFIX}|g" \ -e "s|@CC@|${CC}|g" \ -e "s|@LD@|${LD}|g" \ |