diff --git a/devel/deforaos-configure/Makefile b/devel/deforaos-configure/Makefile index 7d4905050238..be9452e55428 100644 --- a/devel/deforaos-configure/Makefile +++ b/devel/deforaos-configure/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2022/04/13 00:06:21 khorben Exp $ +# $NetBSD: Makefile,v 1.13 2022/11/15 18:32:41 khorben Exp $ DISTNAME= configure-0.4.3 PKGNAME= deforaos-configure-0.4.3 @@ -27,7 +27,7 @@ AUTO_MKDIRS= yes .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Darwin" -LDFLAGS+=-lm +LDFLAGS+= -lm .endif .if ${PKGMANDIR} != "share/man" diff --git a/devel/deforaos-configure/deforaos-configure.mk b/devel/deforaos-configure/deforaos-configure.mk index b6bb743a52f7..5bf4c434bfa4 100644 --- a/devel/deforaos-configure/deforaos-configure.mk +++ b/devel/deforaos-configure/deforaos-configure.mk @@ -1,4 +1,4 @@ -# $NetBSD: deforaos-configure.mk,v 1.10 2022/11/15 18:29:04 khorben Exp $ +# $NetBSD: deforaos-configure.mk,v 1.11 2022/11/15 18:32:41 khorben Exp $ # # used by audio/deforaos-mixer/Makefile # used by databases/deforaos-libdatabase/Makefile @@ -26,13 +26,13 @@ _DO_CONFIGURE_TARGETS+= do-configure-deforaos do-configure-deforaos: .if !empty(DEFORAOS_CONFIGURE_MODE) @${ECHO_MSG} "Running DeforaOS configure (${DEFORAOS_CONFIGURE_MODE})" - @${RUN} cd ${WRKSRC} && ${DEFORAOS_CONFIGURE} \ + ${RUN} cd ${WRKSRC} && ${DEFORAOS_CONFIGURE} \ -M ${DEFORAOS_CONFIGURE_MODE} \ ${DEFORAOS_CONFIGURE_ARGS} \ ${DEFORAOS_CONFIGURE_DIRS} .else @${ECHO_MSG} "Running DeforaOS configure" - @${RUN} cd ${WRKSRC} && ${DEFORAOS_CONFIGURE} \ + ${RUN} cd ${WRKSRC} && ${DEFORAOS_CONFIGURE} \ ${DEFORAOS_CONFIGURE_ARGS} \ ${DEFORAOS_CONFIGURE_DIRS} .endif