diff options
author | tv <tv@pkgsrc.org> | 2001-10-31 14:29:04 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2001-10-31 14:29:04 +0000 |
commit | fb3433e35499fd9318db36c05e89ce734de4dd3d (patch) | |
tree | 8b826efbf5382a14363e182396cf097397d8944a /mk | |
parent | b509a8ab68cf4b69907bd28d96992a582fe30965 (diff) | |
download | pkgsrc-fb3433e35499fd9318db36c05e89ce734de4dd3d.tar.gz |
Fix an improper newline in a comment (was <TAB>bing all the way to column 80).
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.buildlink.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/bsd.buildlink.mk b/mk/bsd.buildlink.mk index 680931e6c16..0fc98980df4 100644 --- a/mk/bsd.buildlink.mk +++ b/mk/bsd.buildlink.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.buildlink.mk,v 1.48 2001/10/29 19:21:19 jlam Exp $ +# $NetBSD: bsd.buildlink.mk,v 1.49 2001/10/31 14:29:04 tv Exp $ # # This Makefile fragment is included by package buildlink.mk files. This # file does the following things: @@ -79,7 +79,8 @@ # listed below. # # pre-configure this target should have as dependencies any -# targets to be invoked; this is just usually # <pkgname>-buildlink and possibly +# targets to be invoked; this is just usually +# <pkgname>-buildlink and possibly # <pkgname>-buildlink-config-wrapper # # <pkgname>-buildlink this target should just invoke the |