mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
audio/nosefart: Convert pre-build to EXTRACT_AFTER_ARGS
Reduce I/O by excluding files we don't need during extraction PR: 278744 Approved by: portmgr (maintainer timeout, 2+ weeks)
This commit is contained in:
parent
5a1b97e112
commit
5790e17ba7
1 changed files with 5 additions and 3 deletions
|
@ -16,10 +16,12 @@ MAKE_ENV= INSTALL="${INSTALL}" COPY="${COPY}" STRIP="${STRIP}" \
|
|||
BINGRP="${BINGRP}" BINMODE="${BINMODE}" BINOWN="${BINOWN}"
|
||||
CPE_VENDOR= nosefart_project
|
||||
|
||||
PLIST_FILES= bin/nosefart
|
||||
EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/nsfobj \
|
||||
--exclude *.bat \
|
||||
--exclude *.exe \
|
||||
--no-same-owner --no-same-permissions
|
||||
|
||||
pre-build:
|
||||
@${RM} -r ${BUILD_WRKSRC}/nsfobj
|
||||
PLIST_FILES= bin/nosefart
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/nsfobj/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
|
|
Loading…
Add table
Reference in a new issue