diff options
author | veego <veego@pkgsrc.org> | 2005-02-21 20:12:01 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2005-02-21 20:12:01 +0000 |
commit | 8b44024dc5162eaf9da3388d4a28a4cde936a275 (patch) | |
tree | 9f610d266a2d0402c7e9e50100a28685d32b6393 /print/cnprint | |
parent | 8e50a5c01b0e2f726ddda43508c0347358aa852f (diff) | |
download | pkgsrc-8b44024dc5162eaf9da3388d4a28a4cde936a275.tar.gz |
Change the files to be used for PLIST_SRC from
PLIST.common
PLIST.${OPSYS}
PLIST
PLIST.common_end
to
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
Which makes it possible to remove duplicated code in some packages.
This doesn't change anything, because all affected packages define PLIST_SRC,
so this code would never be used for them.
And most of them will be fixed with the next commit.
ToDO: ${MACHINE_ARCH:C/i[3-6]86/i386/g} looks wrong and should be changed,
but thats what we allready use for MESSAGE_SRC.
Diffstat (limited to 'print/cnprint')
0 files changed, 0 insertions, 0 deletions