pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/dgen Set correct PLIST variable for ARM.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ffb55d7362d2
branches:  trunk
changeset: 649973:ffb55d7362d2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Apr 14 14:22:00 2015 +0000

description:
Set correct PLIST variable for ARM.

diffstat:

 emulators/dgen/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a0647b05f83f -r ffb55d7362d2 emulators/dgen/Makefile
--- a/emulators/dgen/Makefile   Tue Apr 14 13:40:16 2015 +0000
+++ b/emulators/dgen/Makefile   Tue Apr 14 14:22:00 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2015/03/31 15:20:53 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2015/04/14 14:22:00 joerg Exp $
 #
 
 DISTNAME=      dgen-sdl-1.32
@@ -18,7 +18,7 @@
 PLIST_VARS+=   arm
 
 .if ${MACHINE_CPU:U} == "arm"
-PLIST_VAR.arm= yes
+PLIST.arm=     yes
 .endif
 
 USE_LANGUAGES= c c++



Home | Main Index | Thread Index | Old Index