diff options
author | yyamano <yyamano@pkgsrc.org> | 2009-03-20 05:51:53 +0000 |
---|---|---|
committer | yyamano <yyamano@pkgsrc.org> | 2009-03-20 05:51:53 +0000 |
commit | 99ee9b7c4b38eb3106beb91562079882744480ee (patch) | |
tree | 246fa95bd645d6ec91a785e43968a37983e298ec /net | |
parent | 72fc42c4d6fbe7af1b6e7b0616b8b1bc6bc1dbdb (diff) | |
download | pkgsrc-99ee9b7c4b38eb3106beb91562079882744480ee.tar.gz |
INSTALL_UNSTRIPPED=yes on Darwin to make this run.
Patch is provided by Tetsuya KOBAYASHI. Close PR pkg/40985.
Diffstat (limited to 'net')
-rw-r--r-- | net/lftp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 8d167758de2..1477d7e3d39 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2008/09/18 05:22:19 yyamano Exp $ +# $NetBSD: Makefile,v 1.83 2009/03/20 05:51:53 yyamano Exp $ DISTNAME= lftp-3.5.11 PKGREVISION= 1 @@ -35,6 +35,10 @@ CONFIGURE_ENV+= F77=${FALSE:Q} LDFLAGS.Darwin+= -flat_namespace +.if ${OPSYS} == "Darwin" +INSTALL_UNSTRIPPED= yes +.endif + EGDIR= ${PREFIX}/share/examples/lftp CONF_FILES= ${EGDIR}/lftp.conf.default ${PKG_SYSCONFDIR}/lftp.conf |