Subject: "EXTRACT_AFTER_ARGS" in p5-gdbm-5.4.4
To: None <tech-pkg@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: tech-pkg
Date: 05/19/1999 09:30:12
Folks,
Can anyone tell me what the "EXTRACT_AFTER_ARGS" is in p5-gdbm's
Makefile? I can find no reference in mk/bsd.pkg.mk of this. This
is on a 1.4 machine, but it appears the -current also has the same
problem.
Here's a bit of the Makefile:
EXTRACT_ELEMENTS= perl5.004_04/ext/GDBM_File
WRKSRC= ${WRKDIR}/${EXTRACT_AFTER_ARGS}
Changing it to:
EXTRACT_ELEMENTS= perl5.004_04/ext/GDBM_File
WRKSRC= ${WRKDIR}/${EXTRACT_ELEMENTS}
seems to work ok, but obviously doesn't handle the general case if more
than one "thing" is in EXTRACT_ELEMENTS.
Simon.