pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/tcl-expect Override INSTALL_UNSTRIPPED after incl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c578bd71f28a
branches:  trunk
changeset: 364576:c578bd71f28a
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Jun 29 20:11:17 2017 +0000

description:
Override INSTALL_UNSTRIPPED after including bsd.prefs.mk.

diffstat:

 lang/tcl-expect/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 02b2ca3dfee3 -r c578bd71f28a lang/tcl-expect/Makefile.common
--- a/lang/tcl-expect/Makefile.common   Thu Jun 29 20:02:02 2017 +0000
+++ b/lang/tcl-expect/Makefile.common   Thu Jun 29 20:11:17 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2012/08/21 21:33:58 marino Exp $
+# $NetBSD: Makefile.common,v 1.10 2017/06/29 20:11:17 jperkin Exp $
 
 DISTNAME=      expect${EXPECT_FNAME}
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=expect/}
@@ -14,14 +14,14 @@
 PLIST_SUBST+=          SONUM=${EXPECT_SONUM}
 PLIST_SUBST+=          BASEVER=${EXPECT_FNAME}
 
+.include "../../mk/bsd.prefs.mk"
+
 # NetBSD 5.99 strip complains it doesn't recognized the format of
 # the utility scripts and didn't install any of them as a result.
 # Just in case there are other platforms like this, don't install
 # stripped binaries on any platform.
 INSTALL_UNSTRIPPED=    yes
 
-.include "../../mk/bsd.prefs.mk"
-
 # on IRIX 5.3 inttypes.h and sys/types.h are known to conflict
 .if ${OPSYS} == "IRIX" && ${OS_VERSION} == 5.3
 CONFIGURE_ENV+=                ac_cv_header_inttypes_h="no"



Home | Main Index | Thread Index | Old Index