diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-07-25 10:27:52 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-07-25 10:27:52 +0000 |
commit | 4be6709fb1bbf223c6783bdd21456cf6736370f2 (patch) | |
tree | e933deed220c19eca8489b9af37641f8e1d5eabe /lang | |
parent | d862058612708a0b5bcb23b26827872ddaf64cd5 (diff) | |
download | pkgsrc-4be6709fb1bbf223c6783bdd21456cf6736370f2.tar.gz |
Unexpand incorrect MACHINE_ARCH substitution.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/qore/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/qore/PLIST b/lang/qore/PLIST index 8790ddcbbd5..fabc5b61cb4 100644 --- a/lang/qore/PLIST +++ b/lang/qore/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2016/07/20 11:58:40 nros Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/07/25 10:27:52 jperkin Exp $ bin/qdx bin/qore bin/qpp @@ -72,7 +72,7 @@ include/qore/macros-ia64.h include/qore/macros-parisc.h include/qore/macros-powerpc.h include/qore/macros-sparc.h -include/qore/macros-${MACHINE_ARCH}.h +include/qore/macros-x86_64.h include/qore/macros.h include/qore/node_types.h include/qore/params.h |