diff options
author | wiz <wiz> | 2001-02-28 10:33:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-28 10:33:52 +0000 |
commit | 08d711741edd17203d6af7f696de579d23fbf5c4 (patch) | |
tree | f00b0b6f3234344debd63002b1fe95882a40bd06 /devel/libtool-info | |
parent | 456330d7691b3b33fd85b1163a972e8775bd28a5 (diff) | |
download | pkgsrc-08d711741edd17203d6af7f696de579d23fbf5c4.tar.gz |
whitespace fixes
Diffstat (limited to 'devel/libtool-info')
-rw-r--r-- | devel/libtool-info/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libtool-info/Makefile b/devel/libtool-info/Makefile index e6812be8611..ebb1c04f303 100644 --- a/devel/libtool-info/Makefile +++ b/devel/libtool-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/27 08:20:26 skrll Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/28 10:33:54 wiz Exp $ # .include "../libtool/Makefile.common" @@ -25,5 +25,4 @@ do-build: do-install: cd ${WRKSRC}/doc ; ${MAKE_PROGRAM} install - .include "../../mk/bsd.pkg.mk" |