diff options
author | obache <obache@pkgsrc.org> | 2014-05-22 11:14:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-05-22 11:14:13 +0000 |
commit | 18471a94e5f990b96efb4d23d30ce296e11b5a22 (patch) | |
tree | 736cf23f6982f78b00f8436c084c6e00605bdd90 /comms | |
parent | 635ce6ff1dd30374f264007273d7a96d59494c7b (diff) | |
download | pkgsrc-18471a94e5f990b96efb4d23d30ce296e11b5a22.tar.gz |
spaces
Diffstat (limited to 'comms')
-rw-r--r-- | comms/lrzsz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index b885554181c..7c1005fdff0 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2014/05/21 12:48:54 obache Exp $ +# $NetBSD: Makefile,v 1.30 2014/05/22 11:14:13 obache Exp $ DISTNAME= lrzsz-0.12.20 PKGREVISION= 1 @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" .if (${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "Interix" \ - || ${OPSYS} == "Linux"|| ${OPSYS} == "Haiku") + || ${OPSYS} == "Linux" || ${OPSYS} == "Haiku") BROKEN_GETTEXT_DETECTION=yes . include "../../devel/gettext-lib/buildlink3.mk" LOCALE_SUFFIX= mo |