diff options
Diffstat (limited to 'audio/ubs/Makefile')
-rw-r--r-- | audio/ubs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/ubs/Makefile b/audio/ubs/Makefile index e3ed2dcd5e6..76a9118ea15 100644 --- a/audio/ubs/Makefile +++ b/audio/ubs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:28:59 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/05/19 16:18:53 rillig Exp $ # DISTNAME= ubs-0.17 @@ -39,11 +39,11 @@ CONF_FILES= ${EGDIR}/help.conf ${PKG_SYSCONFDIR}/help.conf CONF_FILES+= ${EGDIR}/ubs.conf.default ${PKG_SYSCONFDIR}/ubs.conf post-extract: - @${MV} ${WRKSRC}/config/ubs.conf.default \ + ${MV} ${WRKSRC}/config/ubs.conf.default \ ${WRKSRC}/config/ubs.conf.default.in pre-configure: - @${SED} -e "s,@UBS_BASEDIR@,${UBS_BASEDIR},g" \ + ${SED} -e "s,@UBS_BASEDIR@,${UBS_BASEDIR},g" \ ${WRKSRC}/config/ubs.conf.default.in > \ ${WRKSRC}/config/ubs.conf.default |