Rename PLIST.* to pkg-plist.*.
This commit is contained in:
parent
07828ff0f0
commit
aed7ac241a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33534
1 changed files with 3 additions and 3 deletions
|
@ -24,14 +24,14 @@ USE_GTK= yes
|
|||
PLIST= ${WRKDIR}/PLIST
|
||||
|
||||
DATAFILES= ${WRKDIR}/kjv/kjv
|
||||
PLISTS= ${PKGDIR}/PLIST
|
||||
PLISTS= ${PKGDIR}/pkg-plist
|
||||
.if defined(WITH_TRANSLATIONS)
|
||||
DATAFILES+= ${WRKDIR}/asv/asv ${WRKDIR}/darby/darby
|
||||
PLISTS+= ${PKGDIR}/PLIST.translations
|
||||
PLISTS+= ${PKGDIR}/pkg-plist.translations
|
||||
.endif
|
||||
.if defined(WITH_SUPPLEMENTS)
|
||||
DATAFILES+= ${WRKDIR}/easton/easton.dict ${WRKDIR}/mhc/mhc
|
||||
PLISTS+= ${PKGDIR}/PLIST.supplements
|
||||
PLISTS+= ${PKGDIR}/pkg-plist.supplements
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_TRANSLATIONS)
|
||||
|
|
Loading…
Reference in a new issue