diff options
author | jperkin <jperkin@pkgsrc.org> | 2012-11-21 00:17:11 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2012-11-21 00:17:11 +0000 |
commit | b993d6ac2c4f57e01f985b1b464d3aa2ab541a3a (patch) | |
tree | c673d69be8cb99fa8110608dd47596387f62f4e9 /devel | |
parent | 52533d4c0da581eeee923fc8b61122e2fd0bb8d0 (diff) | |
download | pkgsrc-b993d6ac2c4f57e01f985b1b464d3aa2ab541a3a.tar.gz |
Ensure variables are defined. Add whitespace for clarity.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/binutils/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index ab815e5c279..7685307242b 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2012/11/20 23:05:22 jperkin Exp $ +# $NetBSD: Makefile,v 1.48 2012/11/21 00:17:11 jperkin Exp $ DISTNAME= binutils-2.22 PKGREVISION= 1 @@ -36,11 +36,16 @@ INSTALLATION_DIRS= gnu/bin gnu/man/man1 # gprof (XXX: and others?) cannot be built on all platforms # PLIST_VARS+= gprof ld +PLIST.gprof= # empty +PLIST.ld= # empty + .include "../../mk/bsd.prefs.mk" + .if ${OPSYS} != "IRIX" PLIST.gprof= yes EXTRA_FILES+= gprof .endif + .if ${OPSYS} != "SunOS" PLIST.ld= yes EXTRA_FILES+= ld |