diff options
author | schmonz <schmonz> | 2007-05-27 09:55:53 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2007-05-27 09:55:53 +0000 |
commit | bd6feef6ab3608b0555408258826b7ee65a65b2b (patch) | |
tree | d62b3754ac40715360dc7cf227a8f92e3cad5851 /lang/nawk | |
parent | fedeb2298c4648b92e0d61a908e64e2e7ab1c194 (diff) | |
download | pkgsrc-bd6feef6ab3608b0555408258826b7ee65a65b2b.tar.gz |
Rename "makefile" to "makefile.orig" to avoid case-insensitive
filename clash with "Makefile".
Diffstat (limited to 'lang/nawk')
-rw-r--r-- | lang/nawk/files/Makefile | 6 | ||||
-rw-r--r-- | lang/nawk/files/makefile.orig (renamed from lang/nawk/files/makefile) | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/nawk/files/Makefile b/lang/nawk/files/Makefile index 8b28bb2d4a5..4ab4baf81ba 100644 --- a/lang/nawk/files/Makefile +++ b/lang/nawk/files/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2007/05/07 22:39:07 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2007/05/27 09:55:53 schmonz Exp $ # -# This file is copied from "makefile" with the following modifications -# for pkgsrc: +# This file is copied from "makefile.orig" with the following +# modifications for pkgsrc: # # * Some problematic comments lines were stripped. # * Use the supplied ytab.[ch] files instead of regenerating them diff --git a/lang/nawk/files/makefile b/lang/nawk/files/makefile.orig index 70d1dee6069..446677caca8 100644 --- a/lang/nawk/files/makefile +++ b/lang/nawk/files/makefile.orig @@ -1,4 +1,4 @@ -# $NetBSD: makefile,v 1.1 2006/07/14 14:23:06 jlam Exp $ +# $NetBSD: makefile.orig,v 1.1 2007/05/27 09:55:53 schmonz Exp $ # # /**************************************************************** # Copyright (C) Lucent Technologies 1997 |