Skip to content

Commit

Permalink
deforaos-configure: address a few warnings from pkglint(1)
Browse files Browse the repository at this point in the history
  • Loading branch information
khorben committed Nov 15, 2022
1 parent 6f71f08 commit ba7382b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions devel/deforaos-configure/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -27,7 +27,7 @@ AUTO_MKDIRS= yes
.include "../../mk/bsd.prefs.mk"

.if ${OPSYS} == "Darwin"
LDFLAGS+=-lm
LDFLAGS+= -lm
.endif

.if ${PKGMANDIR} != "share/man"
Expand Down
6 changes: 3 additions & 3 deletions devel/deforaos-configure/deforaos-configure.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

0 comments on commit ba7382b

Please sign in to comment.