diff options
author | obache <obache> | 2014-05-22 11:14:13 +0000 |
---|---|---|
committer | obache <obache> | 2014-05-22 11:14:13 +0000 |
commit | 3ae7c6117a070ffd8f7bbd2f5204d83bc3bd77a6 (patch) | |
tree | 0017d730afd8030d2c2f9c3fd7d580bbfbec364c /comms | |
parent | 7a91cb1f43c65db77c817243ca48c95f74a41180 (diff) | |
download | pkgsrc-3ae7c6117a070ffd8f7bbd2f5204d83bc3bd77a6.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 |