summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-01-04 15:52:13 +0000
committergrant <grant@pkgsrc.org>2003-01-04 15:52:13 +0000
commitd46d0a15b8670697cb0bc8c63bc8030f6a25c8f4 (patch)
tree8ca6a2aa9a133df166d970a6815e808326f5625d /mk/bsd.pkg.mk
parentc0f67e24278f416619fcec62720c8f683ab43995 (diff)
downloadpkgsrc-d46d0a15b8670697cb0bc8c63bc8030f6a25c8f4.tar.gz
fix a typo in a comment.
noted by salo.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
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