pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/deforaos-configure deforaos-configure: address a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4d5ead660ce
branches:  trunk
changeset: 388274:d4d5ead660ce
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Tue Nov 15 18:32:41 2022 +0000

description:
deforaos-configure: address a few warnings from pkglint(1)

diffstat:

 devel/deforaos-configure/Makefile              |  4 ++--
 devel/deforaos-configure/deforaos-configure.mk |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (43 lines):

diff -r 20dccfe0845d -r d4d5ead660ce devel/deforaos-configure/Makefile
--- a/devel/deforaos-configure/Makefile Tue Nov 15 18:30:07 2022 +0000
+++ b/devel/deforaos-configure/Makefile Tue Nov 15 18:32:41 2022 +0000
@@ -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 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Darwin"
-LDFLAGS+=-lm
+LDFLAGS+=      -lm
 .endif
 
 .if ${PKGMANDIR} != "share/man"
diff -r 20dccfe0845d -r d4d5ead660ce devel/deforaos-configure/deforaos-configure.mk
--- a/devel/deforaos-configure/deforaos-configure.mk    Tue Nov 15 18:30:07 2022 +0000
+++ b/devel/deforaos-configure/deforaos-configure.mk    Tue Nov 15 18:32:41 2022 +0000
@@ -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-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



Home | Main Index | Thread Index | Old Index