pkgsrc-WIP-changes archive

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

sshping: mk/bsd.pkg.mk should be the last inclusion



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat May 28 18:33:03 2022 +0200
Changeset:	d75a7b49501adaa705e3134b0ade4315da0f1b2b

Modified Files:
	sshping/Makefile

Log Message:
sshping: mk/bsd.pkg.mk should be the last inclusion

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d75a7b49501adaa705e3134b0ade4315da0f1b2b

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

diffstat:
 sshping/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/sshping/Makefile b/sshping/Makefile
index 6bda087581..d98eea47f1 100644
--- a/sshping/Makefile
+++ b/sshping/Makefile
@@ -12,5 +12,5 @@ LICENSE=	mit
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
 
-.include "../../mk/bsd.pkg.mk"
 .include "../../security/libssh/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index