diff options
author | skrll <skrll> | 2003-03-10 13:55:59 +0000 |
---|---|---|
committer | skrll <skrll> | 2003-03-10 13:55:59 +0000 |
commit | 9cb68a8ccabe37a9ecd9f1e2e1415f0e4b7b69fe (patch) | |
tree | 020ff9a8676cbb18ccd1f0c7741e5d30e5e22f66 /lang/wonka | |
parent | daf5110748bf7d7015c20b1e0e2b2869649d7418 (diff) | |
download | pkgsrc-9cb68a8ccabe37a9ecd9f1e2e1415f0e4b7b69fe.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" \ |