diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 601583c3207bd23bb05d0761888aefcb5699e1c2 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /misc/latin-words-bin/Makefile | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'misc/latin-words-bin/Makefile')
-rw-r--r-- | misc/latin-words-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/latin-words-bin/Makefile b/misc/latin-words-bin/Makefile index 41e31670404..84514180e2a 100644 --- a/misc/latin-words-bin/Makefile +++ b/misc/latin-words-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/06/15 13:31:29 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2007/02/22 19:26:49 wiz Exp $ # DISTNAME= words-1.97-linux @@ -12,7 +12,7 @@ HOMEPAGE= http://users.erols.com/whitaker/wordslux.htm COMMENT= Latin-to-English dictionary program (Linux binary) WRKSRC= ${WRKDIR}/words-1.97 -NO_CONFIGURE= YES +NO_CONFIGURE= YES .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" |