mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Stage support
This commit is contained in:
parent
b417a67f77
commit
63ae252901
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337917
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Voices for MBROLA voice synthesizer
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_STAGE= yes
|
||||
NO_BUILD= yes
|
||||
RESTRICTED= No commercial nor military use, no sale
|
||||
WRKSRC= ${WRKDIR}/voices
|
||||
|
@ -46,7 +45,7 @@ do-extract:
|
|||
.endfor
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR}
|
||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
|
||||
|
||||
# Generates OPTIONS file from voices.conf -- really for maintainer use
|
||||
# Only included for compatibility with anyone who wants to modify voices.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue