pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/entr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 19 14:37:25 UTC 2023

Modified Files:
        pkgsrc/sysutils/entr: Makefile

Log Message:
entr: fix some pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/entr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/entr/Makefile
diff -u pkgsrc/sysutils/entr/Makefile:1.22 pkgsrc/sysutils/entr/Makefile:1.23
--- pkgsrc/sysutils/entr/Makefile:1.22  Sat Jul 23 15:42:14 2022
+++ pkgsrc/sysutils/entr/Makefile       Thu Jan 19 14:37:25 2023
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2022/07/23 15:42:14 leot Exp $
-#
+# $NetBSD: Makefile,v 1.23 2023/01/19 14:37:25 wiz Exp $
 
 DISTNAME=      entr-5.2
 CATEGORIES=    sysutils
@@ -15,7 +14,7 @@ MAKE_ENV+=    MANPREFIX="${PREFIX}/${PKGMAN
 .include "../../mk/bsd.prefs.mk"
 
 # Needs kqueue(2) or inotify(7)
-.if !empty(OPSYS:M*BSD) || ${OPSYS} == "Bitrig" || ${OPSYS} == "DragonFly"
+.if ${OPSYS:M*BSD} || ${OPSYS} == "DragonFly"
 MAKE_FILE=             Makefile.bsd
 .elif ${OPSYS} == "Darwin"
 MAKE_FILE=             Makefile.macos
@@ -25,8 +24,8 @@ MAKE_FILE=            Makefile.linux
 NOT_FOR_PLATFORM=      ${MACHINE_PLATFORM}
 .endif
 
-TEST_TARGET=                   test
-USE_TOOLS+=                    bash:test
+TEST_TARGET=   test
+USE_TOOLS+=    bash:test
 CHECK_PORTABILITY_SKIP+=       system_test.sh
 .if ${PKGSRC_RUN_TEST:tl} == yes
 REPLACE_BASH+= system_test.sh



Home | Main Index | Thread Index | Old Index