add support for PLIST.common_end to automatic PLIST handling, which is
used after PLIST.${OPSYS}.
This commit is contained in:
parent
36f2f3809c
commit
979fccc403
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.pkg.mk,v 1.1114 2002/12/25 12:24:57 grant Exp $
|
||||
# $NetBSD: bsd.pkg.mk,v 1.1115 2002/12/25 12:32:32 grant Exp $
|
||||
#
|
||||
# This file is in the public domain.
|
||||
#
|
||||
|
@ -504,6 +504,9 @@ PLIST_SRC= ${PKGDIR}/PLIST.common
|
|||
. if exists(${PKGDIR}/PLIST.${OPSYS})
|
||||
PLIST_SRC+= ${PKGDIR}/PLIST.${OPSYS}
|
||||
. endif
|
||||
. if exists(${PKGDIR}/PLIST.common_end)
|
||||
PLIST_SRC+= ${PKGDIR}/PLIST.common_end
|
||||
. endif
|
||||
. elif exists(${PKGDIR}/PLIST.${OPSYS})
|
||||
PLIST_SRC= ${PKGDIR}/PLIST.${OPSYS}
|
||||
. else
|
||||
|
|
Loading…
Reference in a new issue