- Fix plists
Submitted by: Mark Daniel Reidel <mark@reidel.info>
This commit is contained in:
parent
fdefc3680b
commit
09f46dabc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213212
1 changed files with 2 additions and 1 deletions
|
@ -63,10 +63,11 @@ do-extract:
|
|||
${TAR} -zxf redhat-artwork-${PORTVERSION}.tar.gz
|
||||
|
||||
.if defined(BC_HIERS)
|
||||
|
||||
.if !exists(${PLIST})
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
|
||||
pre-install: bc-generate-plist
|
||||
.endif
|
||||
|
||||
bc-generate-plist:
|
||||
@${RM} -f ${PLIST}
|
||||
|
|
Loading…
Reference in a new issue