pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/binutils Remove unnecessary one-off variable NO_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2184252905e8
branches:  trunk
changeset: 479403:2184252905e8
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Aug 13 18:47:49 2004 +0000

description:
Remove unnecessary one-off variable NO_GPROF.

diffstat:

 devel/binutils/Makefile |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (26 lines):

diff -r de8705fd3a8e -r 2184252905e8 devel/binutils/Makefile
--- a/devel/binutils/Makefile   Fri Aug 13 18:46:11 2004 +0000
+++ b/devel/binutils/Makefile   Fri Aug 13 18:47:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/08/07 19:06:59 jschauma Exp $
+# $NetBSD: Makefile,v 1.23 2004/08/13 18:47:49 jlam Exp $
 
 DISTNAME=      binutils-2.15
 PKGNAME=       binutils-2.15.0.0
@@ -32,14 +32,12 @@
 #
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} == "IRIX"
-NO_GPROF=      "@comment "
+PLIST_SUBST+=  NO_GPROF="@comment "
 .else
-NO_GPROF=      ""
+PLIST_SUBST+=  NO_GPROF=""
 INFO_FILES+=   gprof.info
 .endif
 
-PLIST_SUBST+=  NO_GPROF=${NO_GPROF}
-
 # Prevent the need to run texi2pod.pl and pod2man hence
 # the need for perl as build dependency.
 #



Home | Main Index | Thread Index | Old Index