diff options
author | obache <obache> | 2014-12-25 04:57:25 +0000 |
---|---|---|
committer | obache <obache> | 2014-12-25 04:57:25 +0000 |
commit | 9ce2ae59beb06f7562047456ce109e76a3a50699 (patch) | |
tree | e0d27e43eec19cb6787424202cdfbc17b46440cb /graphics | |
parent | 62cb719ad6fb1af740a267d454d91a28a5e4426f (diff) | |
download | pkgsrc-9ce2ae59beb06f7562047456ce109e76a3a50699.tar.gz |
It is better to use ${LOWER_OPSYS} than fixed "netbsd" in PLIST for
"platform_part" of config file name.
XXX: complete list should be picked up from "configure.in"
Fix a part of PR pkg/49497 by Sevan Janiyan.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ivtools/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ivtools/PLIST b/graphics/ivtools/PLIST index 294e1e3cd58..a0524ef378b 100644 --- a/graphics/ivtools/PLIST +++ b/graphics/ivtools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2010/04/05 22:52:23 markd Exp $ +@comment $NetBSD: PLIST,v 1.11 2014/12/25 04:57:25 obache Exp $ bin/comdraw bin/comterp bin/comtest @@ -617,7 +617,7 @@ lib/ivtools/config/alpha3.0-gcc.mk lib/ivtools/config/alpha3.2-gcc.mk lib/ivtools/config/alpha4-gcc.mk lib/ivtools/config/arch.def -lib/ivtools/config/config-netbsd-gcc.defs +lib/ivtools/config/config-${LOWER_OPSYS}-gcc.defs lib/ivtools/config/config.defs.in lib/ivtools/config/config.mk lib/ivtools/config/config.null.mk |