pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/pkglint
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Oct 19 15:17:26 UTC 2018
Modified Files:
pkgsrc/pkgtools/pkglint: Makefile
Log Message:
pkglint: go-package.mk needs to come before bsd.prefs.mk
To generate a diff of this commit:
cvs rdiff -u -r1.551 -r1.552 pkgsrc/pkgtools/pkglint/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/pkglint/Makefile
diff -u pkgsrc/pkgtools/pkglint/Makefile:1.551 pkgsrc/pkgtools/pkglint/Makefile:1.552
--- pkgsrc/pkgtools/pkglint/Makefile:1.551 Tue Oct 9 23:17:17 2018
+++ pkgsrc/pkgtools/pkglint/Makefile Fri Oct 19 15:17:26 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.551 2018/10/09 23:17:17 rillig Exp $
+# $NetBSD: Makefile,v 1.552 2018/10/19 15:17:26 jperkin Exp $
PKGNAME= pkglint-5.6.5
DISTFILES= # none
@@ -33,6 +33,9 @@ pre-install:
post-install: do-install-man
+# This needs to come before bsd.prefs.mk so that SSP_SUPPORTED is properly set.
+.include "../../lang/go/go-package.mk"
+
.include "../../mk/bsd.prefs.mk"
do-install-man: .PHONY
@@ -47,7 +50,6 @@ do-install-man: .PHONY
${INSTALL_MAN} ${WRKSRC}/pkglint.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.endif
-.include "../../lang/go/go-package.mk"
.if !empty(PKGSRC_RUN_TEST:M[yY][eE][sS])
. include "../../devel/go-check/buildlink3.mk"
.endif
Home |
Main Index |
Thread Index |
Old Index