summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoryyamano <yyamano>2009-03-20 05:51:53 +0000
committeryyamano <yyamano>2009-03-20 05:51:53 +0000
commitd7d975c8bc7d2540a55266366f7861582c853f5f (patch)
tree246fa95bd645d6ec91a785e43968a37983e298ec /net
parentc9e2d976b9c1a4c9a9be28b6b66f0b68d3da4cd7 (diff)
downloadpkgsrc-d7d975c8bc7d2540a55266366f7861582c853f5f.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/Makefile6
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