mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix extraction [1]
While here use shebangfix Submitted by: John Marino (via irc)[1]
This commit is contained in:
parent
a9461b93f0
commit
bc8e7b91be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317852
1 changed files with 3 additions and 1 deletions
|
@ -19,11 +19,13 @@ RUN_DEPENDS= p5-OLE-Storage_Lite>=0:${PORTSDIR}/devel/p5-OLE-Storage_Lite \
|
|||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
USES= shebangfix
|
||||
USE_BZIP2= yes
|
||||
USE_PERL5= yes
|
||||
EXTRACT_CMD= ${GZCAT}
|
||||
EXTRACT_CMD= ${BZCAT}
|
||||
EXTRACT_BEFORE_ARGS=
|
||||
EXTRACT_AFTER_ARGS= > ${PORTNAME}.pl
|
||||
SHEBANG_FILES= ${PORTNAME}.pl
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}.pl
|
||||
|
|
Loading…
Add table
Reference in a new issue