diff options
author | abs <abs@pkgsrc.org> | 2001-05-09 16:36:44 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-05-09 16:36:44 +0000 |
commit | 6ea27a812d9514eb6d9724139fa7626232054cb2 (patch) | |
tree | b9e878577f0bf5d27d60d09647d90116f40485dc /lang/sun-jre13/Makefile | |
parent | 5d06ef347d2c2354e3fc6a652bb5f2889e91d890 (diff) | |
download | pkgsrc-6ea27a812d9514eb6d9724139fa7626232054cb2.tar.gz |
Fix typo in comment
Diffstat (limited to 'lang/sun-jre13/Makefile')
-rw-r--r-- | lang/sun-jre13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile index b241668c60d..7c6a0c67a1b 100644 --- a/lang/sun-jre13/Makefile +++ b/lang/sun-jre13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/04/03 13:37:42 skrll Exp $ +# $NetBSD: Makefile,v 1.5 2001/05/09 16:36:44 abs Exp $ # # MASTER_SITES is very special, and must end in "=": @@ -46,7 +46,7 @@ post-fetch: post-patch: @${FIND} ${WRKSRC} -name '*.orig' -print | xargs ${RM} -f -# This is ugly. The chown should happen after copying, ot tar should have +# This is ugly. The chown should happen after copying, or tar should have # a way to override permissions. do-install: ${INSTALL_PROGRAM_DIR} ${PREFIX} ${PREFIX}/jre |