pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint pkglint: go-package.mk needs to come ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fff380fc35aa
branches: trunk
changeset: 324438:fff380fc35aa
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Oct 19 15:17:26 2018 +0000
description:
pkglint: go-package.mk needs to come before bsd.prefs.mk
diffstat:
pkgtools/pkglint/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 887645f2ad6c -r fff380fc35aa pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Fri Oct 19 14:49:16 2018 +0000
+++ b/pkgtools/pkglint/Makefile Fri Oct 19 15:17:26 2018 +0000
@@ -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 @@
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 @@
${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