diff options
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index d608d6194b2..48d75ab0808 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1120 2002/12/31 15:46:42 jlam Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1121 2003/01/04 15:52:13 grant Exp $ # # This file is in the public domain. # @@ -414,7 +414,7 @@ DESCR_SRC?= ${PKGDIR}/DESCR .endif PLIST= ${WRKDIR}/.PLIST -# Automatic platform dependant PLIST handling +# Automatic platform dependent PLIST handling .if !defined(PLIST_SRC) . if exists(${PKGDIR}/PLIST.common) PLIST_SRC= ${PKGDIR}/PLIST.common |