diff options
author | veego <veego@pkgsrc.org> | 2005-02-27 22:10:25 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2005-02-27 22:10:25 +0000 |
commit | cee617a206ef68f61104a7c37fdb57e372ce4324 (patch) | |
tree | 486a61272ee5447667858558313a7f765089e498 /emulators | |
parent | 8ed71372ac6d9d91419fb3fc2f846b5ee02244c8 (diff) | |
download | pkgsrc-cee617a206ef68f61104a7c37fdb57e372ce4324.tar.gz |
Fix PLIST_SRC error introduced in rev 1.1593.
Before this fix it would include
PLIST.common
then _only_ one of the following
PLIST.${OPSYS}
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST
and then PLIST.common_end.
Now, uses all of the following PLIST files, in that order:
PLIST.common
PLIST.${OPSYS}
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST
PLIST.common_end
Diffstat (limited to 'emulators')
0 files changed, 0 insertions, 0 deletions